9 lines
91 B
SQL
9 lines
91 B
SQL
select
|
|
name
|
|
from
|
|
system_privilege_map
|
|
where
|
|
lower(name) like lower('%&1%')
|
|
/
|
|
|