>       DELETE FROM foo WHERE (col1, col2) IN (SELECT...)

DELETE FROM foo WHERE col1 = sub_select_table.col1 and col2 = 
sub_select_table.col2;

regards,
bhuvaneswaran


---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster

Reply via email to