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