Quote:
Originally Posted by sarettah
SELECT * FROM `testit` WHERE name RLIKE 'n.* ar.*[blank]$' Which will tell it to get all characters for the second part of the string that start with 'ar' and go to the first blank space.
|
It won't match 'norther arizona' (without an ending space)