goqu
goqu copied to clipboard
Support QUALIFY clause
Is your feature request related to a problem? Please describe. There are several SQL dialects that support the QUALIFY clause. It just so happens that I need to build a query that leverages the QUALIFY clause.
Describe the solution you'd like Add support for the QUALIFY clause
Describe alternatives you've considered None considered
Dialect
- [ ] postgres
- [ ] mysql
- [ ] sqlite3
- [ ] sqlserver
Additional context Links to various QUALIFY clause documentations https://docs.teradata.com/r/2_MC9vCtAJRlKle2Rpb0mA/19NnI91neorAi7LX6SJXBw https://docs.snowflake.com/en/sql-reference/constructs/qualify.html https://docs.databricks.com/sql/language-manual/sql-ref-syntax-qry-select-qualify.html https://duckdb.org/docs/sql/query_syntax/qualify