You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This one's tricky, I'm looking into it but haven't figured out the workaround yet.. The parser was recently updated and now the ignore/respect nulls expression is bubbled right above the AggFunc which makes it get generated at the end.
IGNORE NULLS
needs to occur beforeLIMIT
, otherwise it's an error.Fully reproducible code snippet
Official Documentation
https://cloud.google.com/bigquery/docs/reference/standard-sql/aggregate-function-calls
The text was updated successfully, but these errors were encountered: