解答

082

SQL文(クエリ)

SELECT
  COUNT(DISTINCT product_id) AS items
FROM
  sample.products
WHERE
  cost <= 300

結果テーブル

結果テーブル

サポートページに戻る