サブクエリを使えばSQLの自由度が一段、いや二段上がる。サブクエリで一連のクエリに関わる操作を行い、親クエリはそれを利用し必要な結果を取得する。 基本的な構造 selectuser_id,sum(quantity) as qty_by_user,(select sum(quantity) from data.pod )...
今回はIF文、CASE文のパターンと分析関数について触れる。 IF文 if(tune_id>=10,'J POP','K POP') as categoryas で列名を追加可能。trueでJ POP CASE文 casewhenregexp_countans(country,r'US | UK | France...