Hello,
How do I delete the content of 1 Table but look at 2 Tables to generate the list of rows that should be deleted.
For example, say this is the SELECT command:
Code MySQL:
How do I then DELETE the resulting ROWS which belong to one of these Tables. That is I need to look at the Table users and Table payments, but DELETE from Table payments only.
Regards,






Bookmarks