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