Answer the question
In order to leave comments, you need to log in
How to read SQL query?
Request example:
SELECT * FROM `table1`
RIGHT JOIN `table2`
ON `table2`.`uid` = `table1`.`uid`
LEFT JOIN `table3`
ON `table1`.`uid` = `table3`.`uid`
WHERE `table2`.`acc_id` = 11
AND `table1`.`data` IN (...)
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