▶︎ HOME/ Collections/
Excelや、Spreadsheetではお馴染み、countif()。
countif()
BigQueryでも使えるよ。
select count(if({}, true, false)) as COUNT_HOGE
select countif({}) as COUNT_HOGE