Home » MySQL String like() Function

MySQL String like() Function

by Online Tutorials Library

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:

MySQL String like() Function

Example 2

Output:

MySQL String like() Function

Example 3

Output:

MySQL String like() Function

Next TopicMySQL String

You may also like