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.
id val without_false
1 {"a": true, "b": true, "c": false, "d": true} {"a": true, "b": true, "d": true}
2 {"a": true, "b": false, "c": true, "d": false} {"a": true, "c": true}
3 {"a": false, "b": true, "c": false, "d": true} {"b": true, "d": true}
4 {"a": false, "b": false, "c": false, "d": false} {}
id val without_false
1 {"a": true, "b": true, "c": false, "d": true} {"a": true, "b": true, "d": true}
2 {"a": true, "b": false, "c": true, "d": false} {"a": true, "c": true}
3 {"a": false, "b": true, "c": false, "d": true} {"b": true, "d": true}
4 {"a": false, "b": false, "c": false, "d": false} {}