Providing default value to Input In SAP Hana procedure -


i trying create stored procedure in hana studio. in stored procedure ,i trying give default value input. code is,

create procedure defaultschemaname.procedurename (in input nvarchar(10) default 'test') 

this runs fine when trying create .hdbprocedure fails when want create .procedure. there way use default procedure in design time?

this not possible in sap hana .procedure artifact depricated , there no support artifact. 1 way of solving problem convert .procedure .hdbprocedure(simply change design-time artifact template , changes type of artifact .hdbprocedure). in .hdbprocedure can assign default value input variable.


Comments

Popular posts from this blog

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -