mysql截取,分隔之前的字符

2021/7/26 2:12:04

本文主要是介绍mysql截取,分隔之前的字符,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!

截取第二个 '.' 之前的所有字符。

select substring_index('www,sqlstudy,com,cn', ',', 2);

参考自

https://blog.csdn.net/mlks_2008/article/details/3983981?utm_medium=distribute.pc_relevant.none-task-blog-2%7Edefault%7EBlogCommendFromMachineLearnPai2%7Edefault-8.control&depth_1-utm_source=distribute.pc_relevant.none-task-blog-2%7Edefault%7EBlogCommendFromMachineLearnPai2%7Edefault-8.control



这篇关于mysql截取,分隔之前的字符的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!


扫一扫关注最新编程教程