google / zetasql

ZetaSQL - Analyzer Framework for SQL
Apache License 2.0
2.28k stars 214 forks source link

Allow QUALIFY clause with out WHERE or GROUP BY #150

Closed anugna21 closed 11 months ago

anugna21 commented 11 months ago

Hello,

Looking into working with zetasql and stumbled on multiple cases where we would like to have support for QUALIFY clause with out WHERE or GROUP BY

anugna21 commented 11 months ago

nvm - saw similar issue here https://github.com/google/zetasql/issues/115