select into in mysql

http://stackoverflow.com/questions/16809393/select-into-in-mysql

Use the CREATE TABLE SELECT syntax.

http://dev.mysql.com/doc/refman/5.0/en/create-table-select.html

CREATE TABLE new_tbl SELECT * FROM orig_tbl;

 

posted @ 2017-02-13 14:51  ChuckLu  阅读(332)  评论(0编辑  收藏  举报