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.
これは私のクエリです:
SELECT `Brand`,`Colour`,`Occassion`,`Fabric`,`Type` FROM `deals` WHERE `Size` LIKE '%XS%';
35 件の結果が返されます。今、私が欲しいのは、ヒストグラムを作成するために上記の結果セットに存在する各列 (ブランド、色など) の数です。これを行う方法がわかりません。
どんな助けでも大歓迎です。