Article Outline
bq_underhanded
TOC
Collection Outline
[BIGQUERY] 分析入門
[BIGQUERY] SQL
■ 句(節)
■ 演算子
■ BigQuery特有
■ 関数
- approx_count_distinct() - 集計近似
- coalesce()
- countif()
- extract()
- greatest()
- ifnull()
- last_day()
- lead() / lag()
- left() / right()
- lower()
- nullif()
- parse_date()
- row_number() - 番号付
- safe_cast()
- split()
- st_distance()
- nth_value()
- first_value() / last_value()
- percentile_()
データ型
■ エラー
- error
- Resources exceeded during query execution: Not enough resources for query planning - too many subqueries or query is too complex
[BIGQUERY] ADVANCE
[BIGQUERY] ML
[BIGQUERY] DS
■ DS100ノック
■
[BIGQUERY] GA
date : 2022-01-01 title :BigQueryの裏技法メモ excerpt :
tags : ["Google BigQuery", ""]
||
|| REFERENCE
- BigQuery で 1 円も溶かさない人の顔 (ZERO BYTE STRUCT を考案した) - Qiita
- BigQuery で無からリレーションを出現させる(StandardSQL 編) - Qiita
- BigQueryのコストに対する恐怖心を払拭する - Qiita
- BigqueryStandardSQLの黒魔術ってなに!?記してみました! - Medium
- BigQuery のパフォーマンスを各種ダッシュボードでトラブルシューティング - GoogleCLoud
- クエリプランとタイムライン - GoogleCloud