Helo Folks,
I have 3 tables. A
,B
,C
.
I have in Table A
rows whose column'date
' has value '2000-1-1
'.
I like to delete rows from 3 tables based on where A.date = '2000-1-1'
.
Considering a join on A.ID = B.ID
.. or some other kind of join between tables.