create table newtable as(select * from table )

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/T_Mac9334/article/details/84862842

create table tbl_user_600 as (select * from tbl_user  u where  u.id<600)

猜你喜欢

转载自blog.csdn.net/T_Mac9334/article/details/84862842