Answer the question
In order to leave comments, you need to log in
How can I specify the deletion of records from several tables. php mysql?
Hello!
Please tell me how can I do this
Thanks in advance!
I have two tables " application_form_by_id " , " lottery_start " .
and
now I want to delete only those who have Id = 12 in lottery_start and prizeId = 12
I want to do all this this way, but I don’t know how to use it because I don’t know where to write
DELETE t1, t2 FROM t1 INNER JOIN t2 INNER JOIN t3
WHERE t1. id=t2.id AND t2.id=t3.id; I found this cat from this
website
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question