oracle中的to_number在mysql中的转换

数据库   发布日期:2025年07月01日   浏览次数:156
  1. select cast(11 as unsigned int) /*整型*/

    select cast(11 as decimal(10,2)) /*浮点型*/

    注:(10,2)代表数字共十位,小数点后两位。

以上就是oracle中的to_number在mysql中的转换的详细内容,更多关于oracle中的to_number在mysql中的转换的资料请关注九品源码其它相关文章!