开发者

EXCLUDE '(' AND ')' specific characters using RegEx

开发者 https://www.devze.com 2022-12-07 17:24 出处:网络
How to exclude character ( and )?开发者_运维百科 Is this command enough in postgresql? where column1 ~ \'^.*[^A-Za-z0-9() .-].*$\'

How to exclude character ( and )?开发者_运维百科

Is this command enough in postgresql?

where column1 ~ '^.*[^A-Za-z0-9() .-].*$'
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号