Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

unique-constraint

  1. D

    Postgres:- No unique constraint in on conflict do update

    I have table revaluation_of_table with unique constraint (item,date,sales_category). I have to update or insert data from stock_revaluation table. So I tried these code. select item,date,sales_category from arpan.stock_revaluation group by item,date,sales_category having count(item)>1 This...
Top