人员账号所属权限模块

select distinct

a.编码 as 部门编号,

a.名称 部门,

B.编号 as 人员编号,

b.姓名,

d.用户名,

substr(t.角色, 4, 20) as 角色,t.标题, t.说明,t.功能

from 部门表 a,

人员表 b,

部门人员 c,

上机人员表 d,

dba_role_privs e,

dba_roles f,

(select g.角色, h.序号, h.标题, h.说明, h.系统,G.功能

from (select distinct 系统, 序号, 角色,功能 from zltools.zlrolegrant) g,

zltools.zlprograms h

where g.序号 = h.序号

and h.系统 is not null) t

where e.granted_role = f.role

and f.role like '%ZL_%'

and a.id = c.部门id

and b.id = c.人员id

and b.id = d.人员id

and e.grantee = d.用户名

and f.role = t.角色

and C.缺省=1

And C.部门ID /*B0*/is not null/*E0*/

order by 部门编号,人员编号

相关推荐
沐浴露z1 小时前
详解 MySQL 自适应哈希
数据库·mysql·哈希算法
小五Z1 小时前
MySQL--事务
数据库·mysql
小许学java1 小时前
MySQL存储过程
数据库·mysql·存储过程
Elias不吃糖2 小时前
MYSQL指令合集
数据库·mysql
!chen4 小时前
解决 Oracle 监听外网 IP
数据库·tcp/ip·oracle
LBuffer5 小时前
破解入门学习笔记题四十六
数据库·笔记·学习
chase。5 小时前
关于 nvidia-smi: no devices were found 解决方案
服务器·数据库·postgresql
几何心凉5 小时前
openGauss:多核时代企业级数据库的性能与高可用新标杆
前端·数据库·数据库开发
瑞思蕊萌6 小时前
redis实战篇--商品缓存模块
数据库·redis·缓存
AiXed7 小时前
PC微信协议之AES-192-GCM算法
前端·数据库·python