mysql display number as decimal(10,2) code example Example: mysql type for large numbers with many decimal CREATE TABLE tab(col DECIMAL(20,10));