select id, shortdescription, title from reviews where title REGEXP
'^[0-9&#$].*' ORDER BY title ASC
-Original Message-
From: Jay Paulson [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 01, 2002 6:32 PM
To: [EMAIL PROTECTED]
Subject: easy query question
I want to do a q
I want to do a query that will find all the titles I have in my db that
start with numbers and ambigious characters (i.e. 0-9, &, #, $ etc...). My
query is below, however I don't know what to change the "a" too in order for
it to return what I just described.
select id, shortdescription, title f