8
Answers

Which datatype should be use to store sign number?

Photo of Hardevsinh Mori

Hardevsinh Mori

7y
344
1
i want know that which data type should be use to store plus minus sign with number
 
For Ex,
 Column
   +1
   -1
   -2
  +2 
 
When i try to get Sum(Column) it should be return 0.  

Answers (8)