trinodb/trino
GitHub で見るSupport `IF NOT EXISTS` clause in `CREATE VIEW` statement.
Open
#28,076 opened on 2026年2月2日
enhancementgood first issue
説明
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