Wildcards with leading characters help?
Posted: Wed Aug 13, 2008 7:30 pm
I have been asked to create 4 wildcard selects one of which must have a leading character.
I take it all a wildcard select is, is something like this:
SELECT * FROM example WHERE age LIKE '2%' ;
The one thing I'm not sure about is the leading character thing?
Anybody got any example of a basic select wildcard query with leading character in it?
cheers
I take it all a wildcard select is, is something like this:
SELECT * FROM example WHERE age LIKE '2%' ;
The one thing I'm not sure about is the leading character thing?
Anybody got any example of a basic select wildcard query with leading character in it?
cheers