假如要自己实现create table as 语法支持

1、create table xxx like aaa;
2、insert into xxx select * from aaa;