prudens Posted June 8, 2008 Share Posted June 8, 2008 Hi, I want to select "people" not like "Jack Smith". What SQL query should I use? I tried select * from table where people is not like 'jack smith' but it doesn't work ??? Link to comment https://forums.phpfreaks.com/topic/109218-solved-select-not-like/ Share on other sites More sharing options...
keeB Posted June 8, 2008 Share Posted June 8, 2008 select * from table where people <> 'jack smith' Link to comment https://forums.phpfreaks.com/topic/109218-solved-select-not-like/#findComment-560267 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.