champrock Posted August 6, 2008 Share Posted August 6, 2008 Hi Please see this code that I have created. I want to achieve the same result in one go rather than through three or four commands. http://pastebin.com/d43482aec Can anyone help me out with this? thanks a lot Quote Link to comment Share on other sites More sharing options...
Xurion Posted August 6, 2008 Share Posted August 6, 2008 You can delete records with multiple conditions: DELETE FROM table WHERE column='value' OR columnb='valueb' ... etc. 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.