I found a table with this a column from this data type
numeric(18, 0)
what is that please? and why does 0
and 18
mean
I already check this question Difference between numeric, float and decimal in SQL Server but couldn't understand it.\
can I add (-10) in that column?
can I add all negative number in that column?
can I add any positive number in that column?
Update 1
This is a sample of the data I found in that column
100
263
13
2
9
4
3
3
28
15
33
16
135
50
64
60
100
500
150
Update 2
Is it possible to have -
and +
?