oracle查询正规表达示
程序员文章站
2022-01-15 12:00:58
...
<!--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
from table
where CREATE_TIME>=trunc(sysdate)
and status='0'
group by regexp_substr(content,'^【[^【】]+】|【[^【】]+】$',1,1),status
order by 3 desc
上一篇: Tomcat7中NIO处理分析(二)
下一篇: canvas生成图片验证码