Quantcast
Channel: SCN: Message List - SAP HANA and In-Memory Computing
Viewing all articles
Browse latest Browse all 8968

Is it possible to UPDATE a temporary table

$
0
0

Hi folks,

 

I have a temporary table that I've successfully inserted records into using INSERT.  Now I'm trying to perform an update like this;

 

UPDATE "#RECEIPTS" SET QTY = 1000 WHERE QTY = 1001

or

UPDATE #RECEIPTS SET QTY = 1000 WHERE QTY = 1001


Neither works.  I get error 'feature not supported: #RECEIPTS'


Is it not possible to perform UPDATES into a temporary table in HANA?  Also I have given _SYS_REPO update privilege for my schema with 'grantable'.  ;o)


Thanks!

-Patrick


Viewing all articles
Browse latest Browse all 8968

Trending Articles



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