PostgreSQL
 sql >> Database >  >> RDS >> PostgreSQL

Come faccio a imporre l'unicità di tipo set tra più colonne?

create unique index idx_unique_ab 
    on x (least(a,b), greatest(a,b));