SyntaxFix
Write A Post
Hire A Developer
Questions
An alternative, I think for your purpose, is to use the round() function:
select round((10 * 1.5),2) // prints 15.00
You can try it here: