V tomto sloupci můžete vytvořit jedinečný index pouze pro skutečné hodnoty:
create unique index on my_table (actual)
where actual = true;
SQLFiddle:http://sqlfiddle.com/#!15/91f62/1
V tomto sloupci můžete vytvořit jedinečný index pouze pro skutečné hodnoty:
create unique index on my_table (actual)
where actual = true;
SQLFiddle:http://sqlfiddle.com/#!15/91f62/1