Mysql
 sql >> Database >  >> RDS >> Mysql

Eliminazione di righe da più tabelle in MySQL

DELETE projects, images 
FROM projects, images 
WHERE projects.p_id = ? 
AND projects.p_id = images.p_id;