IF NOT EXISTS
Description
Grammar Syntax
IF NOT EXISTSSample Source Patterns
Input Code:
CREATE TABLE IF NOT EXISTS table1 (
col1 INTEGER
);Output Code:
Related EWIs
Last updated
