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 ??? Quote Link to comment Share on other sites More sharing options...
keeB Posted June 8, 2008 Share Posted June 8, 2008 select * from table where people <> 'jack smith' 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.