[
https://issues.apache.org/jira/browse/CALCITE-3127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16863716#comment-16863716
]
pingle wang commented on CALCITE-3127:
--------------------------------------
so we can support like :
{code:java}
ALTER VIEW view ADD constraint;
ALTER VIEW view MODIFY CONSTRAINT constraint [RELY | NORELY];
ALTER VIEW view DROP CONSTRAINT constraint;
ALTER VIEW view COMPILE;
ALTER VIEW view [READ ONLY | READ WRITE ];
{code}
> 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)