trinodb/trino
View on GitHubSupport `IF NOT EXISTS` clause in `CREATE VIEW` statement.
Open
#28,076 opened on Feb 2, 2026
enhancementgood first issue
Repository metrics
- Stars
- (9,113 stars)
- PR merge metrics
- (Avg merge 5d 9h) (306 merged PRs in 30d)
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