时间:2021-07-01 10:21:17 帮助过:16人阅读
(1)date_format(date,‘%Y-%m-%d‘) -------------->oracle中的to_char();
(2)str_to_date(date,‘%Y-%m-%d‘) -------------->oracle中的to_date();
(3)concat(‘%‘,‘abc‘,‘%‘)------------------------>oracle中的‘%‘ || ‘abc‘ || ‘%‘
(4)CAST(a.sort AS SIGNED)------------------->oracle中的to_number(a.sort)
(5)desc字段---------------------->oracle中‘desc‘
(6)注意表别名
(7)递归函数例子(配上例子)
(8)当前日期以及日期的表达
(9)判断字段是否为空
(10)数据库合并行记录
Web项目(原数据库用Oracle)MySql兼容
标签:cas 日期类型 日期类 to_date str nbsp 递归 har .so