可能性の重複:
Is there something wrong with joins that don't use the JOIN keyword in SQL or MySQL?SQL - JOINの利点?
こんにちは、合流せず
i'ave常に取得したデータ...
だが上の1つの方法の利点がありますもうひとつ?
select * from a INNER JOIN b on a.a = b.b;
select a.*,b.* from a,b where a.a = b.b;
ありがとうございます!
この質問に類似していない場合は、次のようにします。http://stackoverflow.com/questions/128965/is-there-something-wrong-with-joins-that-dont-use-the-join-keyword- in-sql-or-mys – ZoFreX
これらは両方とも結合です... – Donnie