By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
3 rows affected
a | b | c | bc |
---|---|---|---|
1 | null | 100 | 2147483631 |
2 | null | null | 2147483615 |
3 | 1 | 2 | 49 |
2 rows affected
a | b | c | bc |
---|---|---|---|
1 | null | 100 | 2147483631 |
2 | null | null | 2147483615 |
id | a | b | bc |
---|---|---|---|
1 | 1 | 100 | 116 |
2 | 3 | 4 | 52 |
3 | 1 | 1 | 17 |
id | a | b | bc |
---|---|---|---|
1 | 1 | 100 | 116 |
2 | 3 | 4 | 52 |