create table t_business_process_try as SELECT * FROM t_business_process where 0=1;table
复制t_business_process 建立新表t_business_process_try数据
由于0=1不成立,因此就只拷贝表结构不拷贝数据tab