Page 1 of 1

Search for rows where 'title' starts with a chr 'A' only

Posted: Thu Nov 14, 2002 12:12 pm
by dustybrown
Can somebody write the code or send a link to help me 'Search for rows where 'title' starts with a chr 'A' only'.

Thanks,

Posted: Thu Nov 14, 2002 12:19 pm
by kcomer

Great. That site is really simple. Thanks.

Posted: Thu Nov 14, 2002 12:51 pm
by dustybrown
Great. That site is really simple. Thanks.

SELECT * FROM table WHERE title LIKE 'A%'