What is regexp?



What is regexp?..

Answer / Nitin Sahu

REGEXP (regular expressions) is a pattern-matching syntax used in MySQL to search for patterns within strings. They allow you to perform complex searches that would be difficult or impossible using simple string comparisons.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

How to enter boolean values in sql statements?

1 Answers  


Create table employee (eno int(2),ename varchar(10)) ?

1 Answers  


Print 3 highest salary

9 Answers  


write a command to view the content of the table

1 Answers  


What is horizontally scalable?

1 Answers  


Why use mysql procedures?

1 Answers  


How do I export mysql query results to excel?

1 Answers  


In PHPmysql language how can we update our previous information.when update form open then we get our previous information in textbox,checkbox,selct,radio button.How can we show the information in checkbox,select menu,radio button which is available in database?

0 Answers  


what is collation? how many types of installations in sql server?

3 Answers  


What is a session in mysql?

1 Answers  


How to get the current date in mysql?

1 Answers  


How do I restore a mysql database?

1 Answers  


Categories