2022-05-10 13:17:18 +00:00
|
|
|
-- Test Setup: TwoMeasurementsManyFieldsTwoChunks
|
2022-03-30 15:38:11 +00:00
|
|
|
-- SQL: SELECT * from information_schema.tables where table_schema = 'system';
|
|
|
|
-- Results After Sorting
|
2022-07-18 15:01:03 +00:00
|
|
|
+---------------+--------------+------------+------------+------------+
|
|
|
|
| table_catalog | table_schema | table_name | table_type | definition |
|
|
|
|
+---------------+--------------+------------+------------+------------+
|
|
|
|
| public | system | queries | BASE TABLE | |
|
|
|
|
+---------------+--------------+------------+------------+------------+
|
2022-03-30 15:38:11 +00:00
|
|
|
-- SQL: SELECT issue_time, query_type, query_text, success FROM system.queries;
|
|
|
|
-- Results After Sorting
|
|
|
|
+----------------------+------------+------------+---------+
|
|
|
|
| issue_time | query_type | query_text | success |
|
|
|
|
+----------------------+------------+------------+---------+
|
|
|
|
| 1970-01-01T00:00:00Z | sql | SELECT 1; | true |
|
|
|
|
+----------------------+------------+------------+---------+
|