Hi all,
Hope somebody can help.
I am inserting numbers with two decimal places into a decimal(10, 2) data type in SQL. However, SQL replaces the two decimal places with zeros. I tried changeing the data type to numeric(10, 2), but the same thing happens. Does anybody know why SQL does this?
Thanks in advance.
Hope somebody can help.
I am inserting numbers with two decimal places into a decimal(10, 2) data type in SQL. However, SQL replaces the two decimal places with zeros. I tried changeing the data type to numeric(10, 2), but the same thing happens. Does anybody know why SQL does this?
Thanks in advance.