Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
MySQL で 2 つのテーブルを結合できる列の数に制限はありますか?
SQLステートメントのサイズに制限がある限り、はい:結合条件がSQLステートメントの制限内に収まらないほど多くの列を結合するSQLステートメントを作成することはできません。
それ以外の場合-そして実際には-いいえ。DBMSが結合を処理する能力を使い果たす前に、結合を理解する能力が不足します。