add batch remove batch split batch comment selection show hidden batches hide batch highlight batch
db<>fiddle
donate feedback about
By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
create table t (a int, flag boolean);
insert into t(a, flag) values (3, true), (5, false)
select * from t where flag
A FLAG
3 1