Hi , When I am trying to create a temp local table and perform a select statement over it . It says that it is not able to find the temp table .
The create Statement for the Temp Table -
Response of creating the Table -
Select Statement for the Temp Table -
response for select Statement -
14:37:09 (SQL Editor) Could not execute 'select * from #insert_table'
Error: (dberror) 259 - invalid table name: Could not find table/view #INSERT_TABLE in schema ANALYTIC_CONTENT: line 20 col 15 (at pos 15)
I want to know do we have to perform some additional configuration in the catalog or its happening for some other issues.
Thanks