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.
次の構造のデータベースがあり、クエリの実行に助けが必要です。
表 1 は次のとおりです。
注文ID : 注文日
表 2 は次のとおりです。
注文ID: 商品ID: 商品名
特定の注文日のアイテム名でグループ化された注文数を返すクエリが必要です。
誰でも私を助けることができますか?
table2.orderid = table1.orderid の table2 内部結合 table1 から count(*) を選択します。ここで、table1.orderdate="some date" および itemname="sepcific name"