Tandem Posted July 22, 2006 Share Posted July 22, 2006 SELECT * FROM EXAMPLE WHERE USER='T';I want the search to return every 'USER' that begins with a T. I'm pretty sure i have to add a character after the T but can't remember which, and the syntax for doing it.I read somewhere about how to do this a while back but forgot how, and my google searches are returning irrelevant results.Thanks for any help... Link to comment https://forums.phpfreaks.com/topic/15352-un-precise-mysql-querying/ Share on other sites More sharing options...
JaGeK Posted July 22, 2006 Share Posted July 22, 2006 [quote author=Tandem link=topic=101500.msg401791#msg401791 date=1153601763]I want the search to return every 'USER' that begins with a T. I'm pretty sure i have to add a character after the T but can't remember which, and the syntax for doing it.[/quote]You're probably searching for LIKE:-> http://www.w3schools.com/sql/sql_where.asp Link to comment https://forums.phpfreaks.com/topic/15352-un-precise-mysql-querying/#findComment-62189 Share on other sites More sharing options...
Tandem Posted July 22, 2006 Author Share Posted July 22, 2006 Thanks, that was what i was looking for :) Link to comment https://forums.phpfreaks.com/topic/15352-un-precise-mysql-querying/#findComment-62193 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.