how to do updates on the initial column in the INSERT … ON CONFLICT clause

前端 未结 0 562
傲寒
傲寒 2021-02-15 12:31

Given a table:

CREATE TABLE IF NOT EXISTS test."TestCounter" 
("id" TEXT PRIMARY KEY, 
 "count" INTEGER);

I\'d like

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