mysql字符串处理

记录个在工作中遇到的问题:

mysql> select substring_index(substring_index(‘batch_uname,0501201506240001′,’batch_uname,’,-1),’,',1);
+——————————————————————————————+
| substring_index(substring_index(‘batch_uname,0501201506240001′,’batch_uname,’,-1),’,',1) |
+——————————————————————————————+
| 0501201506240001                                                                         |
+——————————————————————————————+
1 row in set (0.01 sec)

mysql> select substring_index(‘batch_uname,0501201506240001′, ‘batch_uname,’, -1);
+———————————————————————+
| substring_index(‘batch_uname,0501201506240001′, ‘batch_uname,’, -1) |
+———————————————————————+
| 0501201506240001                                                    |
+———————————————————————+
1 row in set (0.00 sec)

参考的文章:http://justdo2008.iteye.com/blog/1141609

此条目发表在 mysql 分类目录。将固定链接加入收藏夹。

发表评论

电子邮件地址不会被公开。 必填项已用 * 标注

*


*

您可以使用这些 HTML 标签和属性: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>