You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by Alberto Carrascal <al...@gmail.com> on 2013/09/04 20:03:55 UTC

How to drop a column

What is the alternative to the useful and well-known sentence: ALTER TABLE
<table> DROP <column>
in new versions of Cassandra?

I'm using Cassandra 1.2.8 and cql 3 spec.