IF NOT EXISTS
Description
Ensures the table is created only if it does not already exist, preventing duplication and errors in your SQL script. (Sybase SQL Language Reference).
This syntax is fully supported in Snowflake.
Grammar Syntax
Sample Source Patterns
Input Code:
IN -> Sybase_01.sql
Output Code:
OUT -> Sybase_01.sql
Last updated