trinodb/trino
GitHub で見るSupport `IF NOT EXISTS` clause in `CREATE VIEW` statement.
Open
#28,076 opened on 2026年2月2日
enhancementgood first issue
Repository metrics
- Stars
- (9,113 stars)
- PR merge metrics
- (平均マージ 5d 9h) (30d で 306 merged PRs)
説明
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