influxdb/query_tests/cases/in/new_sql_system_tables.sql

9 lines
315 B
SQL

-- IOX_SETUP: TwoMeasurementsManyFieldsTwoChunks
-- validate we have access to information schema for listing system tables
-- IOX_COMPARE: sorted
SELECT * from information_schema.tables where table_schema = 'system';
-- IOX_COMPARE: sorted
SELECT issue_time, query_type, query_text, success FROM system.queries;