Inserting self-referential records in Postgresql

后端 未结 0 503
深忆病人
深忆病人 2021-02-13 01:04

Given the following table in PostgreSQL, how do I insert a record which refers to itself?

CREATE TABLE refers (
    id        SERIAL  PRIMARY KEY,
    name               


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