导航

2020年8月1日

摘要: 直接创建临时表 create temp table tbl_temp(a int); 根据另外一个表创建临时表 CREATE TEMP TABLE mytable AS SELECT * from source_tab; 阅读全文

posted @ 2020-08-01 17:13 yiyishuitian 阅读(217) 评论(0) 推荐(0) 编辑