Kevin
Member since Dec 11, 2008
- Profile: /members/1532-kevin.htm
- Comments: 1
Recent Blog Comments By Kevin
-
Using A SQL JOIN In A SQL DELETE Statement (Thanks Pinal Dave!)
Posted on Sep 7, 2007 at 5:07 PM
I usually like to use a subquery for delete's as they are simpler and have less room for error. An example would be: DELETE FROM table WHERE id IN (SELECT id FROM anothertable WHERE this = 'that')... read more »