gpt4 book ai didi

error-handling - sql选择字符串在空格破折号之前

转载 作者:行者123 更新时间:2023-12-03 09:00:28 25 4
gpt4 key购买 nike

选择空格前的字符串

说表1

id |名称
1 |便便-SR
2 | SR-SR
3 |特别提款权-mj
4 | srk-kl

我想要它

id |名称
1 |便便
2 |设
3 |特别提款权
4 | srk

最佳答案

在SQL中使用REPLACE函数?
例如:SELECT REPLACE('abcdefghicde','cde','xxx');

关于error-handling - sql选择字符串在空格破折号之前,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6771795/

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