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... Quote 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 Quote 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 :) Quote Link to comment https://forums.phpfreaks.com/topic/15352-un-precise-mysql-querying/#findComment-62193 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.