Thread: [Solved] Like operator
View Single Post
 
Old 06-26-2020, 06:05 AM
eduzs eduzs is offline Windows 10 Office 2019
Expert
 
Join Date: May 2017
Posts: 266
eduzs is on a distinguished road
Default Like operator

Is that possible to set a pattern for a single LIKE operator like ",[a-z]", so will return true when string is "," OR "a" to "z" ??? Or I should use string LIKE "," or string LIKE "[a-z]"?
Thanks
__________________
Backup your original file before doing any modification.
Reply With Quote