mysql type for large numbers with many decimal

Solutions on MaxInterview for mysql type for large numbers with many decimal by the best coders in the world

showing results for - "mysql type for large numbers with many decimal"
Merlin
05 Aug 2018
1CREATE TABLE tab(col DECIMAL(20,10));