Count sub-sequence by other key on PostgreSQL w/o locking table or making table for numbering?

前端 未结 0 1054
礼貌的吻别
礼貌的吻别 2020-12-30 02:55

Is there any way to manage sub-sequence with composite primary key table, rather than using "LOCK TABLE and get max(id)" or making table

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