Question: Explain what this bigquery sql statement is saying IFNULL(ARRAY_LENGTH(array_agg( IF(gender = 'FEMALE', gender, NULL) IGNORE NULLS)) , 0) AS females
Explain what this bigquery sql statement is saying
IFNULL(ARRAY_LENGTH(array_agg( IF(gender = 'FEMALE', gender, NULL) IGNORE NULLS)) , 0) AS females
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
