Using 'on conflict' with a unique constraint on a table partitioned by date

后端 未结 0 1145
南旧
南旧 2020-12-18 03:37

Given the following table:

CREATE TABLE event_partitioned (
    customer_id varchar(50) NOT NULL,
    user_id varchar(50) NOT NULL,
    event_id varchar(50) N         


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