码迷,mamicode.com
首页 > 数据库 > 详细

ORACLE 统计文件后缀SQL

时间:2020-05-08 16:14:07      阅读:73      评论:0      收藏:0      [点我收藏+]

标签:语句   strong   file   sele   code   oracl   from   attach   acl   

ORACLE 统计文件后缀SQL查询语句

select lower(substr(file_name,instr(file_name, ‘.‘, -1),length(file_name))),count(*) from brofwk_attachment where instr(file_name,‘.‘) >0 group by lower(substr(file_name,instr(file_name, ‘.‘, -1),length(file_name)));

ORACLE 统计文件后缀SQL

标签:语句   strong   file   sele   code   oracl   from   attach   acl   

原文地址:https://www.cnblogs.com/doraman/p/12850719.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!