SyntaxFix
Write A Post
Hire A Developer
Questions
You could use csv hint. See the following example:
select /*csv*/ table_name, tablespace_name from all_tables where owner = 'SYS' and tablespace_name is not null;