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