gpt4 book ai didi

SQL 特殊字符

转载 作者:行者123 更新时间:2023-12-02 05:27:11 25 4
gpt4 key购买 nike

我需要编写一个查询来查找 ' 字符。

像 Shivam 一样 - 我需要找到 ' 标记。

select * from DTCountries where CountryCode like '%'%'

最佳答案

只需要逃避它。

SELECT * FROM DTCountries WHERE CountryCode LIKE '%''%'

关于SQL 特殊字符,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11021082/

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