|
-
Hi
I am trying to get the privleges for the users for each table in a sql
I want the output as
user1 table1 delete insert select update
user1 table2 delete insert
I am querying from dba_tab_privs and getting the output as
user1 table1 delete
insert
select
update
ie all the privs are appearing on new lines, how do i get it on the same line
Thanks
badrinath
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|