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 altval
1 1 null
2 2 3
3 4 null
4 5 6
result
1,2,4,5
1,2,4,6
1,3,4,5
1,3,4,6
id val altval
1 1 9
2 2 3
3 4 null
4 5 6
result
1,2,4,5
9,2,4,5
9,2,4,6
1,2,4,6
9,3,4,5
1,3,4,5
1,3,4,6
9,3,4,6