CALL
Translation reference for CALL statement
Last updated
Translation reference for CALL statement
Last updated
There are two types of call statements in Oracle:
Use the
CALL
statement to execute a routine (a standalone procedure or function, or a procedure or function defined within a type or package) from within SQL. ()
A call specification declares a Java method or a C language subprogram so that it can be invoked from PL/SQL. ()
The CALL Specification is not supported in snowflake scripting since this is part of the development libraries for C and JAVA, not a SQL statement, therefore this statement is not transformed.
No issues were found.
No related EWIs.