The ability to escape portions of a `where` clause would make it possible to dictate literal vs. wildcard (%). This could either be accommodated as a fixed/hard-coded sequence dictated within the FilterStatement parse, or exposed as a mutable property.
The ability to escape portions of a
whereclause would make it possible to dictate literal vs. wildcard (%).This could either be accommodated as a fixed/hard-coded sequence dictated within the FilterStatement parse, or exposed as a mutable property.