Forums

DELETE RECORD ON MULTIPLE TABLE WITH CCV5

cornelio 10 Jan, 2019
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.