Last updated
Last updated
Depending on what is in each Stored Procedure in Teradata, SnowConvert will create one or more of the following javascript functions inside them.
A function that compares dates handling nullity. In Javascript, it is needed to call .getTime() for date comparisons.
A function to handle the BETWEEN statement in Teradata.
A function to handle the LIKE statement in Teradata.
The main error-handling routine.
This helper has been deprecated in stored procedures since version 2.0.15.
A function to create a temporary table using the argument query with the given parameters.
A function that validates when a SELECT returns no values or a sentence affects zero rows. This is done in order to emulate the same behavior as Teradata, when there are exits or continue handlers for NOT FOUND EXCEPTIONS.
This function uses the above IS_NOT_FOUND function to validate when an artificial error 'NOT FOUND' is being thrown.
A function that takes zero or multiple output parameters and binds them with the _OUTQUERIES in an array in order to be returned.
No issues were found.
No related EWIs.
A list of helpers functions in JavaScript that procedures in SnowFlake can use, in order to better support several Teradata language features.