I'm doing astored procedure using a MySQL database. How could I round or truncate a FLOAT variable with diferent decimals?
I've found this answer: Truncate (not round) decimal places in SQL Server
Are any solution using just PL, not PL/SQL?
Thanks anyway.