add batch remove batch split batch comment selection show hidden batches hide batch
db<>fiddle
donate feedback about
By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
CREATE TABLE
ALTER TABLE
INSERT 0 1
ERROR:  duplicate key value violates unique constraint "users_uni"
DETAIL:  Key (town, street, building)=(t, s, 8) already exists.
INSERT 0 1
INSERT 0 1
INSERT 0 1
BEGIN
INSERT 0 1
COMMIT
BEGIN
ERROR:  duplicate key value violates unique constraint "users_uni"
DETAIL:  Key (town, street, building)=(t, s, 7) already exists.