2020年8月11日

数据库查询结果创建表

摘要: mysql 查询结果创建表 create table table_name as select * from (sql) as sql_table; table_name 替换成表名 sql 替换成sql语句 create table new_table_name as select * from 阅读全文

posted @ 2020-08-11 14:02 胖嘟嘟左卫门 阅读(290) 评论(0) 推荐(0)

导航