Crustyfur Posted July 19, 2007 Share Posted July 19, 2007 Not sure I have the right title. I want to call results based on the first letter. e.g All cars in a list begining with 'A'. Any help appreciated. Thanks Quote Link to comment https://forums.phpfreaks.com/topic/60722-query-by-first-letter/ Share on other sites More sharing options...
DeadEvil Posted July 19, 2007 Share Posted July 19, 2007 $qry = ''SELECT * FROM table_name WHERE field_name LIKE 'a%'; Quote Link to comment https://forums.phpfreaks.com/topic/60722-query-by-first-letter/#findComment-302078 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.