This question shows research effort; it is useful and clear
2
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
両方に「id」列があるテーブルに結合すると、必要なテーブルからではなく「id」で結果が得られます。そして、これらのテーブルには両方とも多くの列があるため、クエリにすべてを入力したくありません。css :not like に似たようなことをすることは可能SELECT table1.*, table2.*:not(id) FROM ...ですか? または、他の解決策があるのでしょうか?