I haven't quite grasp deleting records for more than (1) tables using a single SQL delete statement.
Anybody has done this before?
Thanks.
not supported by SQL.
use a SQL delete statement for each table.
Yes, I have done that but it would seem cleaner if you can incorporate both delete statements into (1) query.