You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "pingle wang (JIRA)" <ji...@apache.org> on 2019/06/13 02:58:00 UTC

[jira] [Created] (CALCITE-3127) Support ALTER VIEW Statement

pingle wang created CALCITE-3127:
------------------------------------

             Summary: 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
             Fix For: next, 1.20.0


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)