Alex Haynes
Results
2
issues of
Alex Haynes
Added ASOF join for QuestDB, Documentation found here: https://questdb.io/docs/reference/sql/join/
### Describe the bug When using an ASOF join in a SELECT query any aliased column can only be referenced once. ### To reproduce ``` CREATE TABLE fx_rate (ts TIMESTAMP,...
Bug
SQL