create unique index on the_table (least(from,to), greatest(from,to));
Vil forhindre tilføjelse af (B,A,100), hvis (A,B,100) allerede er i tabellen.
create unique index on the_table (least(from,to), greatest(from,to));
Vil forhindre tilføjelse af (B,A,100), hvis (A,B,100) allerede er i tabellen.