This might be a super useless question but is this possible to insert two different tables data with one query ?
Thank you in advance !
UPDATE [LOW_PRIORITY] [IGNORE] table_references SET col_name1=expr1 [, col_name2=expr2 ...] [WHERE where_definition]
I was actually looking at insert, thank you anyways very much !
I'm looking for the same thing. I can't figure out what basien's answer means.
I'm just using two seperate queries, which works fine. Perhaps there's a more efficient way?