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

Stored Procedure in HANA Development perspective (XS Project)?

$
0
0

Hi,

 

How to create a procedure for performing DML operations  in SAP HANA Development perspective?

 

 

 

The default mode shows "READS SQL DATA" , which doesn't allow DML operations i.e. insert/update/delete/dynamic  sql..etc

 

 

CREATE PROCEDURE EMPLOYEE_DETAILS ( )

  LANGUAGE SQLSCRIPT

  SQL SECURITY INVOKER

  --DEFAULT SCHEMA <default_schema_name>

  READS SQL DATA

  AS

BEGIN

/*****************************

  Write your procedure logic

*****************************/

 

select * from employee;

END;

 

Could you please respond to this?

 

 

 

Thanks,

Sree


Viewing all articles
Browse latest Browse all 5653

Trending Articles



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