请问StarRocks支持CTAS吗

如:create table table_a as select * from table_b

目前不支持as,支持like

已经在开发中:https://github.com/StarRocks/starrocks/pull/1392