ALTER VIEWexample ALTER VIEW example_db.example_view c1 COMMENT "column 1", ) AS SELECT k1, k2, SUM(v1) FROM example_table