【发布时间】:2021-11-06 19:31:32
【问题描述】:
我在 Azure 中使用 Postgresql 数据库,但是当我使用临时表时,出现错误,指出不允许使用。
示例代码为:
select * into temptable from act_hi_taskinst
错误是:
SELECT ... INTO is not allowed here
我也按照链接https://www.postgresqltutorial.com/postgresql-select-into 的通知进行了尝试,但我仍然遇到同样的错误。
有人知道如何解决这个问题吗? 谢谢
【问题讨论】:
标签: sql postgresql azure-data-studio