master82 Posted January 1, 2007 Share Posted January 1, 2007 I have a query, something similat to below...[code]SELECT * FROM table WHERE field1 = value AND field2= 'start text wildcard' [/code]Now what I need if possible is to use a wildcard type thing that selects only the values in that field that start with a certain value.....for example select all the rows that have 'Welcome to' at the beginningIs it possible? Link to comment https://forums.phpfreaks.com/topic/32500-solved-wildcard-in-select-query/ Share on other sites More sharing options...
master82 Posted January 1, 2007 Author Share Posted January 1, 2007 Nevermind... LIKE field '%value%'thanks anyway Link to comment https://forums.phpfreaks.com/topic/32500-solved-wildcard-in-select-query/#findComment-151059 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.