[
https://issues.apache.org/jira/browse/CALCITE-3127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16864324#comment-16864324
]
Julian Hyde commented on CALCITE-3127:
--------------------------------------
Yes, except that we don't support any of those options today. So the syntax
would be trivial: {{ALTER VIEW;}}. Not worth doing.
> Support ALTER VIEW Statement
> ----------------------------
>
> Key: CALCITE-3127
> URL: https://issues.apache.org/jira/browse/CALCITE-3127
> Project: Calcite
> Issue Type: Improvement
> Components: server
> Affects Versions: 1.19.0
> Reporter: pingle wang
> Priority: Major
> Labels: pull-request-available
> Fix For: next
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> support alter view statement :
> {code:java}
> ALTER VIEW name
> [ '(' columnName [, columnName ]* ')' ]
> AS query
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)