Showing posts with label Microsoft SQL Server Data Types. Show all posts
Showing posts with label Microsoft SQL Server Data Types. Show all posts

Wednesday, 11 July 2012

What does SQL data type: numeric(5, 2) mean?

 numeric(5, 2) and decimal(5,2)
mean the same thing 5 digits with 2 decimal places.
e.g. 123.45