You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Dmitry Lazurkin (JIRA)" <ji...@apache.org> on 2018/09/08 12:28:00 UTC

[jira] [Comment Edited] (CASSANDRA-14706) Support "IF EXISTS/IF NOT EXISTS" for all clauses of "ALTER TABLE"

    [ https://issues.apache.org/jira/browse/CASSANDRA-14706?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16608034#comment-16608034 ] 

Dmitry Lazurkin edited comment on CASSANDRA-14706 at 9/8/18 12:27 PM:
----------------------------------------------------------------------

Where can I change CQL documentation?


was (Author: dmitry.lazurkin):
Where I can change CQL documentation?

> Support "IF EXISTS/IF NOT EXISTS" for all clauses of "ALTER TABLE"
> ------------------------------------------------------------------
>
>                 Key: CASSANDRA-14706
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-14706
>             Project: Cassandra
>          Issue Type: New Feature
>            Reporter: Dmitry Lazurkin
>            Priority: Minor
>              Labels: pull-request-available
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Like so:
> {noformat}
> ALTER TABLE <table> ALTER <column> TYPE <newtype>;
> ALTER TABLE [ IF EXISTS ] <table> ADD [ IF NOT EXISTS ] <coumn> <newtype>;
> ALTER TABLE [ IF EXISTS ] <table> ADD [ IF NOT EXISTS ] (<column> <newtype>,<column1> <newtype1>..... <column n> <newtype n>);
> ALTER TABLE [ IF EXISTS ] <table> DROP [ IF EXISTS ] <column>;
> ALTER TABLE [ IF EXISTS ] <table> DROP [ IF EXISTS ] ( <column>,<column1>.....<column n>);
> ALTER TABLE [ IF EXISTS ] <table> RENAME [ IF EXISTS ] <column> TO <column>;
> ALTER TABLE [ IF EXISTS ] <table> WITH <property> = <value>;
> {noformat}
> I think common IF EXISTS/IF NOT EXISTS clause for ADD/DROP better than clause for each column.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org