gpt4 book ai didi

sql - 在 Oracle 中使用查询替换列中的字符串

转载 作者:行者123 更新时间:2023-12-04 23:02:56 25 4
gpt4 key购买 nike

在我的一个 oracle 表中,每一行的一列都有一个字符串“House Name”。我需要用“房屋号码”替换它。我可以执行更新查询以在所有行中查找和替换此字符串吗?或者是否有任何内置函数。

最佳答案

以下来自Tech on the Net可能有帮助:

REPLACE('User House Name is ABC', 'House Name', 'House Number');

would return 'User House Number is ABC'

REPLACE('123tech123', '123'); would return 'tech'

REPLACE('222tech', '2', '3'); would return '333tech'

REPLACE('0000123', '0'); would return '123'

REPLACE('House Name', 'House Name', 'House Number'); would return 'House Number'

关于sql - 在 Oracle 中使用查询替换列中的字符串,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18652135/

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