1 2 3 4 5 6 7 8 9 10 |
String Functions and Operators ============================== ========== =========================================== Operator Description ========== =========================================== LIKE Simple pattern matching NOT LIKE Negation of simple pattern matching STRCMP() Compare two strings ========== =========================================== |