Is there any equivalent 'Qualify' clause of Teradata in BigQuery Standard SQ?
I need it because we cant use analytic functions in Where/Having clause.
It has since been released (still pre-GA at the time of writing):
https://cloud.google.com/bigquery/docs/reference/standard-sql/query-syntax#qualify_clause
QUALIFYappears to be a Teradata-specific extension to the SQL standard that isn't implemented by any other SQL engines. - Elliott Brossard