I am trying to create a stored procedure in Hana Studio. In the stored procedure ,I am trying to give a default value to the input. my code is,
CREATEPROCEDURE defaultSchemaName.procedureName (IN INPUT NVARCHAR(10)DEFAULT'TEST')
This runs fine when I am trying to create a .hdbprocedure
but fails when I want to create a .procedure
. Is there any way to use a default procedure in Design Time?
From a previous discussion which was carried on almost 2 years ago I understood that this feature would be available in SP06, we are now at SP09 but I still cant see it.