CASE
WHEN LEAVESQTY = 0 THEN '0.0'
ELSE TO_CHAR(LEAVESQTY, 'FM9999990.999999999999')
END
For further actions, you may consider blocking this person and/or reporting abuse
CASE
WHEN LEAVESQTY = 0 THEN '0.0'
ELSE TO_CHAR(LEAVESQTY, 'FM9999990.999999999999')
END
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)