trinodb/trino
View on GitHubSupport `IF NOT EXISTS` clause in `CREATE VIEW` statement.
Open
#28076 opened on Feb 2, 2026
enhancementgood first issue
Description
IF NOT EXISTS is supported in CREATE MATERIALIZED VIEW, but not for CREATE VIEW
there is IMO no reason not to support IF NOT EXISTS in CREATE VIEW as well
cc @martint