标签: sql db2
我正在尝试将整数转换为十进制,当它为零时,它会被转换为十进制。但是,当它不为零时,它将保持整数。
Cast(COALESCE(td.BILL_100_CNT ,0)* 100 AS DECIMAL(31,2)) as Denomination_Amount