Support
Log In
Connections

Create temporary table

Creates a temporary table from a SQL statement using the specified database connection. Temporary tables are useful for storing intermediate results during complex queries and data processing workflows.

POST/environments/{environmentName}/connections/{connectionName}/sqlTemporaryTable

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

environmentName*string

Name of the environment

Match^[a-zA-Z0-9_-]+$
connectionName*string

Name of the connection

Match^[a-zA-Z0-9_-]+$

Request Body

application/json

SQL statement to create the temporary table

Response Body

application/json

application/json

application/json

application/json

application/json