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.
|