1 2 3 4 5 6 7 8 9
decimal precision - 100 :memory: SELECT SetDecimalPrecision(100), GetDecimalPrecision(); 1 # rows 2 # column SetDecimalPrecision(100) GetDecimalPrecision() (NULL) 18