over 9 years ago
REGEXP:
It is similar to LIKE which is used to fetch data based on regular expression from a table.
Syntax:
Example 1:
This query will find those names from Employee table who are ending with "sh". Like it will fetch name like Mahesh , Avnish etc.
Example 2:
This query will find those names from Employee table who contains "am" like Amit , Abraham etc.
0 Comment(s)