作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
这看起来很奇怪,但我找不到快速简单的方法来解决我的任务:
我有很多行具有不同的绝对路径,例如:
我想把它们分开
注意:文件名的长度和分隔符的数量是可变的。
与
SUBSTRING_INDEX('/application/themes/openbank/images/prettyPhoto/light_square/default_thumbnail.gif', '/', -1)
我正确地得到了文件名,但我找不到找回左边部分的方法。我尝试了 LEFT()、RIGHT() 和 all other mysql's string function没有成功
Linux
最佳答案
在下面尝试获取 parent_path
select reverse(substring(reverse('/application/themes/openbank/images/prettyPhoto/light_square/default_thumbnail.gif'),instr(reverse('/application/themes/openbank/images/prettyPhoto/light_square/default_thumbnail.gif'),'/')))
关于mysql - 如何在mysql中获取左子串,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25691309/
我是一名优秀的程序员,十分优秀!