Page 1 of 1

LIKE keyword for MySQL

Posted: Mon Jan 19, 2004 2:27 pm
by bgaming
is there a way to use the LIKE keyword and have it find a field values that begin with a numeral (0-9) all at once??

Posted: Mon Jan 19, 2004 6:29 pm
by markl999
SELECT blah FROM foo WHERE bar REGEXP "^[[:digit:]]+"