Updated on 2022-07-29 GMT+08:00

Editing Temporary Tables

Data Studio allows you to edit temporary tables. Temporary tables are deleted automatically when you close the connection that was used to create the table.

Ensure that connection reuse is enabled when you use the SQL Terminal to edit temporary tables. Refer to Managing SQL Terminal Connections for information about enabling SQL Terminal Connection reuse.

Follow the steps to edit a temporary table:

  1. Execute a query on the temporary table.

    The Result tab displays the results of the SQL query along with the query statement executed.

  2. Edit the temporary table from the Result tab. Refer to the Executing SQL Queries for information on editing the resultset.