Postgres crashes when selecting from view

后端 未结 0 1325
被撕碎了的回忆
被撕碎了的回忆 2020-12-08 17:31

I have a view in Postgres with the following definition:

CREATE VIEW participant_data_view AS
SELECT participant_profile.*,
        "user".public_id         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题