SnowConvert AI - Sybase IQ - CREATE PROCEDURE¶
Description¶
Creates a stored procedure that encapsulates one or more SQL statements and optional control-flow logic. SnowConvert AI translates Sybase IQ procedures to Snowflake stored procedures, mapping parameters and data types to Snowflake equivalents.
Note
Sybase IQ procedures supports Transact-SQL as language. For Transact-SQL to Snowflake guidance, see the SQL Server/Azure Synapse translation reference: CREATE PROCEDURE. This section documents statement translation specific to Sybase IQ.
Grammar Syntax¶
Sample Source Patterns¶
Input Code:¶
Sybase¶
Output Code:¶
Snowflake¶
Notes¶
Parameter and return data types are translated to their Snowflake equivalents.
SnowConvert AI may adjust procedure bodies to conform to Snowflake Scripting requirements.