2019年9月10日星期二

postgreSQL 中 SELECT INTO 与 CREATE TABLE AS 的区别

http://www.postgresqltutorial.com/postgresql-select-into/

Note that you cannot use the SELECT INTO statement in PL/pgSQL or ECPG because they interpret the INTO clause differently. In this case, you can use the CREATE TABLE AS statement which provides more functionality than the SELECT INTO statement.

没有评论: