deepinthecode.com
Comparing Multiple Patterns with LIKE Operator - Deep in the Code
I really like the LIKE operator! (See what I did there?) I use it on a daily basis. It does have one frustrating shortcoming, however. Unlike the IN operator (where a list is used for comparison), you can only compare one pattern with each LIKE statement. If you have only a few patterns, this isn’t … Continue reading "Comparing Multiple Patterns with LIKE Operator"
David Young