Truncate numbers in a Mysql column

1

I want to leave all the numbers that are inserted in my bank with a maximum of 1 decimal place after the comma without rounding Ex: 3.2567 = 3.2 I want to know if I can truncate the column all of the database (already tried but I could not), using: Select truncate (column, 1).

    
asked by anonymous 31.03.2017 / 19:51

0 answers