Updated on 2024-04-28 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 edit temporary tables in SQL Terminal. For details, see Managing SQL Terminal Connections.

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 on the Result tab. You can click add, delete, modification, or cancel modification to edit the temporary table.