season0891的ChinaUnix博客
season0891
全部博文(121)
2021年(3)
2018年(1)
2017年(5)
2016年(9)
2015年(23)
2014年(80)
abula45
13814089
heu
明月明月
Cail423
gege820
fuleru
media
km康蒙92
发布时间:2015-10-14 17:20:22
oracle数据库想mysql数据库迁移时,遇到了一个oracle函数: instr(str, '|', pos), 在字符串str中pos的位置开始,查找字符'|',如果存在,则返回其位置。而mysql中有函数instr只有两个参数:instr(str, substr)。于是自动动手写了个函数来代替:点击(此处)折叠或打开DELIMITER $$.........【阅读全文】
发布时间:2015-10-13 15:34:53
......【阅读全文】
登录 注册