Question
What is the usage of regular expressions in mysql?

Answers

In MySQL, regular expressions are used in queries for searching a pattern in a string.

* Matches 0 more instances of the string preceding it.
+ matches 1 more instances of the string preceding it.
? Matches 0 or 1 instances of the string preceding it.
. Matches a single character.
[abc] matches a or b or z
| separates strings
^ anchors the match from the start.
"." Can be used to match any single character. "|" can be used to match either of the two strings
REGEXP can be used to match the input characters with the database.

Example:
The following statement retrieves all rows where column employee_name contains the text 1000 (example salary):

Select employee_name
From employee
Where employee_name REGEXP '1000'
Order by employee_name   Your Comment




More United States of America,Software Questions..
What is the inputsplit in map reduce software?

What is software configuration management?

What Is Java Api For Xml-based Rpc (jax-rpc)?

How can you implement fine-grained auditing?

What is IBM’s simple explanation for Big Data’s four critical features?

What is static synchronized method in JDBC API? Give an example?

What does the NULLIF function do?

What happens if a start method is not invoked and the run method is directly invoked?

Should we override finalize method

what is the difference between mysql_fetch_array and mysql_fetch_object?

How will XML affect my document links?

Why to use Style Sheets?

What are Filters in MVC?

Can you explain Application layer in OSI model?

How to define new testplan attributes?

What are the minimum system requirements to run Photoshop? Is it possible to run Photoshop over linux?

Which oracle package is used to manage the oracle lock management services?

What is Latch Up? Explain Latch Up with cross section of a CMOS Inverter. How do you avoid Latch Up?

The Patient Protection and Affordable Care Act (PPACA) of USA is colloquially known as _____?

What is marker interface?



Search
Can you Answer!!
  • Q Tell me safety rules in using compressed air?
  • Q The first woman chairperson of state bank of India is
  • Q Mention the type of fruit in Portulacaceae Family?
  • Q How can you load a vsam data set with records ?
  • Q What are aggregate tables?
  • Q What are the default settings for field level security and auditing?
  • Q What are the different types of aqua-culture followed in India?
  • Q What has 12000 eyes
  • Q What is a virtual memory operating system?
  • Q What is the formula for figuring out how many gallons of water are in a pipe by the foot?
  • Q What is a safe mode in Windows OS