influxdb/query_tests/cases/in/all_chunks_dropped.sql

9 lines
189 B
SQL

-- Test for predicate push down explains
-- IOX_SETUP: OneMeasurementAllChunksDropped
-- list information schema
SELECT * from information_schema.tables;
-- same but shorter
SHOW TABLES;