小编Xia*_*Hai的帖子

Clickhouse查询使用正则表达式

我知道clickhouse提供了replaceRegexpOne()函数,但我想使用正则表达式来查询,而不是替换。像MySQL一样:

select username 
from table 
where username  REGEXP '^[0-9]*$'.
Run Code Online (Sandbox Code Playgroud)

希望你能帮助我,谢谢。

regex database clickhouse

3
推荐指数
1
解决办法
2万
查看次数

标签 统计

clickhouse ×1

database ×1

regex ×1