Hi, Will it be helpful if the comments section of ExecuteStmt in gram.y is updated to include the IF NOT EXISTS clause.Something like this
CREATE TABLE <name> [IF NOT EXISTS] AS EXECUTE <plan_name> [(params, ...)] Regards, Ram.
Hi, Will it be helpful if the comments section of ExecuteStmt in gram.y is updated to include the IF NOT EXISTS clause.Something like this
CREATE TABLE <name> [IF NOT EXISTS] AS EXECUTE <plan_name> [(params, ...)] Regards, Ram.