Bonjour,
I am trying a simple math calcul that my tabletop cheap calculator can easily handle but Sybase just can't ....
declare @totalsize float
select @totalsize=(894720*4096/1048576)
Arithmetic overflow occurred ... Sybase errorcode 3606
No matter what type I use (numerci, bigint, int, nameit), nothing is working, my database is simple unable to handle this calcul.
Anyone has an idea what's going on!?