解答

041

SQL文(クエリ)

SELECT
  VAR_POP(cost) AS var_cost
FROM
  sample.products
WHERE
  product_category NOT IN("ゼリー")

結果テーブル

結果テーブル

サポートページに戻る