Quantcast
Channel: SCN: Message List - SAP HANA Developer Center
Viewing all articles
Browse latest Browse all 9165

Re: cannot create a temporary column table in HANA SP8 console

$
0
0

Hi, queena

I also encounter the same problem in XS service. Now we import'/sap/hana/xs/libs/dbutils/procedures.xsjslib'into our project. But it will throw errors when one of the procedure's parameters is a temporary table.

Then we debug it, then we find errors come from following statement : connection.prepareStatement('CREATE LOCAL TEMPORARY COLUMN TABLE "' + localschema + '"."' + localtemp + '" LIKE "' + schema_name + '"."' + table_name + '"').execute();

So we try to delete COLUMN in the lib, then everything seems okay.


Viewing all articles
Browse latest Browse all 9165

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>