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 player_id room_id dealer
1 1 1 0
2 2 1 0
3 3 1 0
4 4 1 1
5 7 1 0
6 99 2 0
7 14 2 0
8 22 2 0
9 77 2 0
10 15 2 1
id player_id room_id dealer a b c NextDealer
1 1 1 0 7 1 2 null
2 2 1 0 7 1 3 null
3 3 1 0 7 1 4 null
4 4 1 1 7 1 7 7
5 7 1 0 7 1 null null
6 99 2 0 15 99 14 null
7 14 2 0 15 99 22 null
8 22 2 0 15 99 77 null
9 77 2 0 15 99 15 null
10 15 2 1 15 99 null 99
room_id NextDealer
1 7
2 99