select to_char(0.15,'0.00') from dual
这边数据是0.15要to_char,但0就没了
博客给出了一条SQL语句select to_char(0.15,'0.00') from dual,展示了to_char函数在SQL中的使用,用于格式化数字。
博客给出了一条SQL语句select to_char(0.15,'0.00') from dual,展示了to_char函数在SQL中的使用,用于格式化数字。

被折叠的 条评论
为什么被折叠?