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.
複数のテーブルからデータを選択したいので、そのために単純な SQL クエリを使用できるかどうかを知りたいのですが、そうであれば、例を教えてください (これらのクエリをどこでどのように使用するかを意味します)。
ありがとう。
djangoのドキュメントを参照してください
クエリを行う
生のSQLクエリを実行する
これを試して。
https://docs.djangoproject.com/en/dev/topics/db/sql/