解答
053
SQL文(クエリ)
SELECT CONCAT(product_category, "-", product_name) AS cat_prod , cost FROM sample.products ORDER BY cost DESC LIMIT 3
『集中演習 SQL入門 Google BigQueryではじめるビジネスデータ分析(できるDigital Camp)』の読者のみなさまに向け、演習ドリルの解答053を公開しています。
解答
SELECT CONCAT(product_category, "-", product_name) AS cat_prod , cost FROM sample.products ORDER BY cost DESC LIMIT 3
この記事が気に入ったら
いいね!しよう
できるネットから最新の記事をお届けします。