2022年2月
-
数据库 CREATE TABLE 表名 AS SELECT 语句用法详解
新表不存在,创建新表1.创建新表并且携带数据create table new_table as select * from exist_table1232.创建新表不携带数据create table new_table as select * from exist_table where ...
薄洪涛 2022-02-08 280浏览 0评论
新表不存在,创建新表1.创建新表并且携带数据create table new_table as select * from exist_table1232.创建新表不携带数据create table new_table as select * from exist_table where ...