如何在PostgreSQL中使用select into创建临时表.例如在SQL中Select * into temp_tab from source_tab;
Select * into temp_tab from source_tab;
sql postgresql
postgresql ×1
sql ×1