[Oracle]数据类型转换

  • 隐性类型转换

Oracle自动完成类型转换

  • 显性强制转换(建议使用强制转换)
    • to_char
    • to_date
    • to_number

END

原文地址:https://www.cnblogs.com/leoshi/p/12558011.html