gpt4 book ai didi

mysql - 获取前 3 个字母数字字符(仅限数字或字母)

转载 作者:可可西里 更新时间:2023-11-01 07:40:23 25 4
gpt4 key购买 nike

我有一个包含字段 title 的表,我需要获取每个 title 的前 3 个字母数字字符。 title 的一些值有 ",',\t,\n, 或空格前缀 - 这应该被忽略。

+--------+-----------------------------------------+---------------------+
| id | title | desired output |
+--------+-----------------------------------------+---------------------+
| 1 | "abcd" | abc |
| 2 | 'lostworld | los |
| 3 | \tsonof | son |
| 4 | 12amrt | 12a |
+--------+-----------------------------------------+---------------------+

desired output 是我正在寻找的输出。如果有人可以建议可以处理所有情况的通用查询,那就太好了。

寻找仅使用 MySQL 的解决方案。

最佳答案

最好的办法是使用正则表达式 user-defined function .

内置的regexp函数只支持匹配;不是像你想要的那样替换字符串

关于mysql - 获取前 3 个字母数字字符(仅限数字或字母),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16332732/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com