Sorry if my questions sounds silly, but I never worked with Oracle databases.
If I’m executing select * from table in MS Management Studio I have 3 options to select that data. I’m using grid and sometimes text. Using grid you’re able to easily copy this into Excel spreadsheet.
When I’m selecting data from Oracle database table I have to format each column, but when I’m executing select * from table, I’m getting something very unreadable.
I’m using SQL Developer. Is there any way to retrieve data in more friendly view?
Thanks
Use
Run Statementcommand (green arrow or Ctrl+Enter).If you want export data, you can right click on table and select
Export..