2011-02-08 7 views

答えて

4
SELECT * FROM tbl_a 
LEFT JOIN tbl_b ON tbl_b.a_id = tbl_a.id 
WHERE tbl_b.id IS NULL 
関連する問題