Hi Ronnie,
SAP HANA doesn't support multiple statements in one call.
SAP HANA Studios SQL editor parses the SQL text and sends every SQL statement on its own.
Concerning the second question: to create a temporary table you have to use the CREATE TEMPORARY TABLE syntax. SAP HANA won't infer the table type from the table name.
However, it's customary to use the # as a prefix to temp table names.
- Lars