forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Lu, Huayi <luhuayi@huawei.com> Co-committed-by: Lu, Huayi <luhuayi@huawei.com>
8.3 KiB
8.3 KiB
Exporting Query Results
You can export the results of an SQL query into a CSV, Text or Binary file.
This section contains the following topics:
Exporting all data
The following functions are disabled while the export operation is in progress:
- Executing SQL queries in the SQL Terminal
- Executing PL/SQL statements
- Debugging PL/SQL statements
Follow the steps below to export all results:
- Select the Result tab.
- Click
.
Export ResultSet Data window is displayed.
Refer to Exporting Table Data to complete the export operation.The Data Exported Successfully dialog box is displayed.
- Click OK. Data Studio displays the status of the operation in the Messages tab.
The Messages tab shows the Execution Time, Total result records fetched, and the path where the file is saved.
Exporting current page data
It is recommended to export all results instead of exporting the current page.
Follow the steps below to export the current page:
- Select the Result tab.
- Click
to export the current page.
The Data Studio Security Disclaimer dialog box is displayed.
- Click OK.
- Select the location to save the current page.
- Click Save.
The Data Exported Successfully dialog box is displayed.
- Click OK. Data Studio displays the status of the operation in the Messages tab.
Parent topic: SQL Terminal