## Create table * `CREATE TABLE table1` * `SELECT * FROM ``.sys/partition_stats`` WHERE Path like '%table1'` is OK. ## Rename table * `ALTER TABLE table1 RENAME TO table2` * `SELECT * FROM ``.sys/partition_stats`` WHERE Path like '%table2'` is empty.