RE: easy query question

2002-04-02 Thread Rick Emery
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

easy query question

2002-04-01 Thread Jay Paulson
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