create table select from

CREATE TABLE new_table
AS
SELECT *
  FROM old_table
posted @ 2018-09-14 10:10  kakaisgood  阅读(1065)  评论(0)    收藏  举报