SyntaxFix
Write A Post
Hire A Developer
Questions
use DECIMAL() or NUMERIC() as they are fixed precision and scale numbers.
DECIMAL()
NUMERIC()
SELECT fullName, CAST(totalBal as DECIMAL(9,2)) _totalBal FROM client_info ORDER BY _totalBal DESC