Hi,
I would like to use ccv5 to build a structure with two modules (two tables) TO DELETE record query like this:
DELETE a.*, b.*
FROM table1 as a, table2 as b
WHERE a.id=[Your value here] and b.id=[Your value here]
Regards
Cornelio
This topic is locked and no more replies can be posted.