Guest Posted February 24, 2007 Share Posted February 24, 2007 I want to select all from the database where they begin with a certian phrase. Is there a way that I can do this? Quote Link to comment Share on other sites More sharing options...
Jessica Posted February 24, 2007 Share Posted February 24, 2007 SELECT * FROM table WHERE field LIKE ('begins'%); Quote Link to comment Share on other sites More sharing options...
Guest Posted February 24, 2007 Share Posted February 24, 2007 Thank you Quote Link to comment 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.