The DROP SHADOW ALGORITHM syntax is used to drop shadow algorithm for specified database
DropShadowAlgorithm ::=
  'DROP' 'SHADOW' 'ALGORITHM' shadowAlgorithmName(',' shadowAlgorithmName)* ('FROM' databaseName)?
shadowAlgorithmName ::=
  identifier
databaseName ::=
  identifier
DROP SHADOW ALGORITHM shadow_rule_t_order_simple_hint_0, shadow_rule_t_order_item_simple_hint_0 FROM test1;
DROP SHADOW ALGORITHM shadow_rule_t_order_simple_hint_0;
DROP, SHODOW, ALGORITHM, FROM
