mirror of https://github.com/apache/cassandra
Revert "Remove nonexistent drop column from cqlsh help"
This reverts commit 473713f461.
This commit is contained in:
parent
3de3157236
commit
241e82d719
|
|
@ -270,6 +270,7 @@ class CQLHelpTopics(object):
|
|||
print """
|
||||
ALTER TABLE <tablename> ALTER <columnname> TYPE <type>;
|
||||
ALTER TABLE <tablename> ADD <columnname> <type>;
|
||||
ALTER TABLE <tablename> DROP <columnname>;
|
||||
ALTER TABLE <tablename> WITH <optionname> = <val> [AND <optionname> = <val> [...]];
|
||||
|
||||
An ALTER statement is used to manipulate table metadata. It allows you
|
||||
|
|
|
|||
Loading…
Reference in New Issue