minus value in mysql table not worked

Posted by Richa Media and services on Stack Overflow See other posts from Stack Overflow or by Richa Media and services
Published on 2010-05-11T02:48:55Z Indexed on 2010/05/11 2:54 UTC
Read the original article Hit count: 295

Filed under:
|

in my mysql table i want to use minus value. if i do

0 -1  = -1 

but he work as

  0 -1 = 2147483647

what i do for it.

© Stack Overflow or respective owner

Related posts about mysql

Related posts about c#