add remove split language chart show hidden hide
db<>fiddle
donate feedback about
By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
CREATE TABLE
INSERT 0 4
user_id workout_id score
1 1 10
1 2 null
1 3 15
2 1 5
2 2 null
2 3 null
SELECT 6
user_id workout_id score
1 1 10
1 2 null
1 3 15
2 1 5
2 2 null
2 3 null
SELECT 6