category table
-----------------------
catid | catname
-------------------------
Deal table
------------------------
dealid | name | catid |
-----------------------
Cement Table
-----------------------
cid | cname | catid
-----------------------
ordertable
---------------------
oid | oname | catid
---------------------
上記の 3 つのテーブルで、catid の合計数を取得したいのですが、order by desc 句を使用しています。SQL クエリの書き方は?
the result like this way
catid catcount catname
-----------------------
1 20 xxx
2 19 YYY