TurboSQL Guide CALL Statement |
Previous Top Next |
Syntax
CALL procedure_name([argument, ...])
Description
Executes a stored procedure with the given arguments.
Sample
CALL LogLine('This is a test statement')
Compatibility Information
This statement is only available in TurboDB Managed.