Go to QuestDB Web Console or connect via REST API Create an empty table: CREATE TABLE test_empty (ts TIMESTAMP); Run the following SQL query: ...
When we create a table with following schema (the ts column is a timestamp with a precision): Then we query this table, its output will report unimplemented error: But if we change the flight sql jdbc ...