Darkmatter5 Posted December 12, 2008 Share Posted December 12, 2008 How can I make a query that can return only the records that the first letter of the data matches an "A", "B", etc...? Quote Link to comment https://forums.phpfreaks.com/topic/136684-search-for-first-letter-of-a-specific-column/ Share on other sites More sharing options...
fenway Posted December 12, 2008 Share Posted December 12, 2008 Try: WHERE yourField LIKE 'A%' Quote Link to comment https://forums.phpfreaks.com/topic/136684-search-for-first-letter-of-a-specific-column/#findComment-713718 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.