/ Published in: SQL
Expand |
Embed | Plain Text
SELECT * FROM cards WHERE last_name LIKE 'A%'
You need to login to post a comment.
traeregan on 09/25/10
mysql database db query SQLite queries
1 person have marked this snippet as a favorite
SELECT * FROM cards WHERE last_name LIKE 'A%'
You need to login to post a comment.