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

Re: Delete in HANA Stored procedure temporary table

$
0
0

Hello Gokul,

 

SQLScript does not support a DELETE for "internal" tables. It is just supported for catalog/repository tables.

 

A way you can simulate the delete in your situation is to do an additional select on the "internal" table, like e.g.:

lt_mara = select * from :lt_mara where martnr <> 'PART-AB';

 

Regards,

Florian


Viewing all articles
Browse latest Browse all 9165

Trending Articles



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