Answer the question
In order to leave comments, you need to log in
How to create a complex SQL query using a panel?
From words to deeds
SELECT `lab`.`name_lab` FROM lab
LEFT OUTER JOIN `u980745546_db`.`tab` ON `lab`.`id` = `tab`.`id_labr`
LEFT JOIN `u980745546_db`.`student` ON `tab`.`id_stud` = `student`.`id`
WHERE(( `tab`.`id_rez` <> '1') AND ( `student` .`id` = '1'))
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