gpt4 book ai didi

sql - 在 SQL Server 中查询非常规人名

转载 作者:行者123 更新时间:2023-12-03 10:04:06 25 4
gpt4 key购买 nike

我想在一个表(1000 万条记录+)中搜索带有特殊字符的不寻常名称的人,例如以下示例:

Subject_Name (lastname, firstname):
*S-luis-Hernandez, Franciscos
+, Zeferino
-, Jose Antonios
., .
., . .
/, Celsos
17, Herbert Baltazar
`, Irving

我可以使用 like % 过滤 Subject_Name,但这在查询中很受欢迎。有没有更好的方法从大表中提取这些记录?

最佳答案

SELECT *
FROM YourTable
where Subject_Name LIKE '%[^a-Z ]%' collate Latin1_General_CI_AI

关于sql - 在 SQL Server 中查询非常规人名,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8185529/

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