Thread
: [Solved]
Like operator
View Single Post
06-26-2020, 06:05 AM
eduzs
Windows 10
Office 2019
Expert
Join Date: May 2017
Posts: 266
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
eduzs
View Public Profile
Find all posts by eduzs