title | sidebar_label | description |
---|---|---|
SQL execution order | SQL execution order | Execution order for SQL clauses in QuestDB. This covers the SQL keywords you are used to as well as QuestDB’s extensions to the language. |
QuestDB attempts to implement standard ANSI SQL. We also attempt to be PostgreSQL compatible, although some of it is work in progress. QuestDB implements the following clauses in this execution order:
We also implemented sub-queries. They can be used anywhere table name is used. Our sub-query implementation adds virtually zero execution cost to SQL. We encourage their use as they add flavours of functional language to old-school SQL.