influxdb/query_tests/cases/in/two_chunks_missing_columns....

9 lines
582 B
Plaintext

-- Test Setup: TwoChunksMissingColumns
-- SQL: SELECT * from "table" order by time;
+--------+--------+--------+------+------+------+--------------------------------+
| field1 | field2 | field3 | tag1 | tag2 | tag3 | time |
+--------+--------+--------+------+------+------+--------------------------------+
| 10 | 11 | | a | b | | 1970-01-01T00:00:00.000000100Z |
| 20 | | 22 | a | | c | 1970-01-01T00:00:00.000000200Z |
+--------+--------+--------+------+------+------+--------------------------------+