Path Parameters
Name of the project
Name of the connection
Body
application/json
SQL statement to create the temporary table
Creates a temporary table from a SQL statement using the specified database connection. This is the preferred method over the deprecated GET version as it provides better security and supports larger SQL statements. Temporary tables are useful for storing intermediate results during complex queries and data processing workflows.
Name of the project
Name of the connection
SQL statement to create the temporary table