Add one expression rewrite rule: rewrite InPredicate to an EqualTo Expression, if there exists exactly one element in InPredicate Options. Examples: 1. where A in (x) ==> where A = x 2. where A not in (x) ==> where not A = x
Add one expression rewrite rule: rewrite InPredicate to an EqualTo Expression, if there exists exactly one element in InPredicate Options. Examples: 1. where A in (x) ==> where A = x 2. where A not in (x) ==> where not A = x