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 statements » SQL statements

 

EXECUTE statement [T-SQL]

Invokes a procedure (an Adaptive Server Enterprise-compatible alternative to the CALL statement), executes a prepared SQL statement in Transact-SQL.

 Syntax 1 - calling a stored procedure
 Syntax 2 - executing dynamic statements within T-SQL stored procedures and triggers
 Remarks
 Privileges
 Side effects
 See also
 Standards and compatibility
 Example