Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

mysql decimal

column_name DECIMAL(precision, scale)
-- DECIMAL stores exact numeric values with a fixed decimal point.
-- The precision is the total number of digits before AND after the decimal point.
-- The scale is the number of digits after the decimal point.
Source by dev.mysql.com #
 
PREVIOUS NEXT
Tagged: #mysql #decimal
ADD COMMENT
Topic
Name
7+9 =