97
MySQL like() Function
Like(str) is a Sring function of MySQL. In this method, we check for pattern matching. This method returns 1 or 0.
Syntax
Example 1
Output:
Example 2
Output:
Example 3
Output:
Next TopicMySQL String