You want to have the digits after the decimal point? If yes, then you can have a look at the value of the "scale" of the DECIMAL type. That value will tell you exactly how many significant digits are allowed. You can use a DESCRIBE statement on the results of a query to get that information.