Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SAP Sybase SQL Anywhere 16.0 » SQL Anywhere Server - SQL Reference » SQL language elements

 

Named parameters

SQL Anywhere functions and procedures that are referenced from the CALL statement, the EXECUTE statement (Transact-SQL), or the FROM clause of a DML statement support positional parameters and named parameters. Named parameters allow you to specify any subset of the available parameters in any order. You can use named parameters with system-defined procedures and functions and with user-defined procedures. Named parameters cannot be used with user-defined functions.

The following named parameter syntaxes are supported:

 Example
 Standards and compatibility
 See also