Revert "Remove nonexistent drop column from cqlsh help"

This reverts commit 473713f461.
This commit is contained in:
Brandon Williams 2013-06-14 11:46:05 -05:00
parent 3de3157236
commit 241e82d719
1 changed files with 1 additions and 0 deletions

View File

@ -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