cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Good day ,

I have stumbled over a point when creating a procedure that makes me very curious in connection with the manual.

The parameter type table .. table(value varchar(24))

CREATE PROCEDURE Test
@list table(value varchar(24)) out
as
...

I can't find any information about it but it is still functional.

Am I missing the description? Is this simply undocumented in SAP Adaptive Server Enterprise 16.0 ?

Andre

0 Likes
View Entire Topic
ChrisBaker
Product and Topic Expert
Product and Topic Expert
0 Likes

Documentation for current releases is only available on help.sap.com.

https://help.sap.com/viewer/product/SAP_ASE/16.0.4.1/en-US

Chris