Create a table using the structure of another table, but using none of the data from the source table: CREATE HADOOP TABLE T1 (C1, C2) AS (SELECT X1, X2 FROM T2) WITH NO DATA; CMX compression is supported in Big SQL.

657