A = 24379 mediumint(8) UNSIGNED
B = 30360 mediumint(8) UNSIGNED
`A`-`B` AS `C`
C = 18 446 744 073 709 545 635
Gewenst: C = 0 of C = -5981
hoe krijg ik C terug als een signed? of gewoon als 0. Het ziet er naar uit dat hij nu negatief overflowed.
435 views