trinodb/trino
Support `IF NOT EXISTS` clause in `CREATE VIEW` statement.
Offen
#28.076 geöffnet am 02.02.2026
enhancementgood first issue
Repository-Metriken
- Stars
- (9.113 Sterne)
- PR-Merge-Metriken
- (PR-Metriken ausstehend)
Beschreibung
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