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? Link to comment https://forums.phpfreaks.com/topic/39952-solved-mysql-select-begins-with/ Share on other sites More sharing options...
Jessica Posted February 24, 2007 Share Posted February 24, 2007 SELECT * FROM table WHERE field LIKE ('begins'%); Link to comment https://forums.phpfreaks.com/topic/39952-solved-mysql-select-begins-with/#findComment-193153 Share on other sites More sharing options...
Guest Posted February 24, 2007 Share Posted February 24, 2007 Thank you Link to comment https://forums.phpfreaks.com/topic/39952-solved-mysql-select-begins-with/#findComment-193158 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.