DEPRECATED: This endpoint is deprecated and may be removed in future versions. Use the POST version instead for better security and functionality.
Creates a temporary table from a SQL statement using the specified connection. Temporary tables are useful for storing intermediate results during complex queries.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Name of the project Standard identifier pattern for resource names
^[a-zA-Z0-9_-]+$Name of the connection Standard identifier pattern for resource names
^[a-zA-Z0-9_-]+$SQL statement