Jay Sprenkle a écrit :
How about this:

delete from Words
where IID not in ( select Words_IID from Feedbacks_has_Words )
Thanks Jay,

the "not in" was the syntax I didn't know for adding the select query to the delete command.

Thank you.
cyrille

Reply via email to