欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

oracle查询正规表达示

程序员文章站 2022-01-15 11:56:46
...
<!--StartFragment -->
select regexp_substr(content,'^【[^【】]+】|【[^【】]+】$',1,1) 签名,status,count(*) 
from table
where CREATE_TIME>=trunc(sysdate)
and status='0'
group by regexp_substr(content,'^【[^【】]+】|【[^【】]+】$',1,1),status
order by 3 desc