mirror of https://github.com/apache/cassandra
Remove nonexistent drop column from cqlsh help
This commit is contained in:
parent
7eec23eb27
commit
473713f461
|
|
@ -270,7 +270,6 @@ 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