bb0fad1dbe
* refactor: rename flinksql to flink * refactor: rename pgsql to postgresql * refactor: rename trinosql to trino * refactor: replace all default exports with named export * refactor: rename basicParser to basicSQL * refactor: rename basic-parser-types to types * refactor: replace arrow func with plain func
8 lines
81 B
SQL
8 lines
81 B
SQL
ALTER VIEW v1 RENAME TO v2;
|
|
|
|
ALTER VIEW v1 AS
|
|
SELECT
|
|
c1,
|
|
c2
|
|
FROM
|
|
tbl; |