create table table_name(id int, name text, age int) with(orientation=column, appendonly=true);
相对于传统的行存储多了with子句部分;增、删、改、查语句与行存储表的使用方式相同。