Home GaussDB正则查询
Post
Cancel

GaussDB正则查询

GaussDB使用正则表达式查询示例:

1
2
-- 查询所有以abc开头的字符串
select * from table where cloum ~ '^abc'
This post is licensed under CC BY 4.0 by the author.