The MySQL BigInt isn't that big. 64 bits. If you want to store larger numbers, store them as text. But what if you want to add numbers stored in text? This procedure adds two text numbers of any size and returns the result as text.
|
1 year ago | |
---|---|---|
BigAdd.txt | 1 year ago | |
README.md | 1 year ago |
Add two base 10 numbers and return a number in base 10 (varchar)