Querying By Leading Letter
Posted: Wed Jun 09, 2004 3:17 pm
Trying to query a list of names using the leading letter (say A for now) of the surname.
What I've tried is:
But this doesn't work, and no records are returned. What am I doing wrong?
What I've tried is:
Code: Select all
SELECT * FROM player where secondname = 'A%'