By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
| cast(1234567 as float) | cast(1234567 as float) + 1 | cast(12345678 as float) + 1 |
|---|---|---|
| 1234570 | 1234568 | 12345679 |
| cast(1234567 as float) | cast(1234567 as float) + 1 | cast(12345678 as float) + 1 |
|---|---|---|
| 1234570 | 1234568 | 12345679 |