TABLE_OBJECT_ID_UDF (VARCHAR)
Definition
This user-defined function (UDF) checks if a table with a specific name has been created before.
Parameters
NAME
VARCHAR
The table name to be evaluated.
Returns
Returns a boolean expression depending on the existence of the table.
Usage example
Input:
Output:
PreviousSWITCHOFFSET_UDF (TIMESTAMP_TZ, VARCHAR)NextTRANSFORM_SP_EXECUTE_SQL_STRING_UDF(STRING, STRING, ARRAY, ARRAY)
Last updated