You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by vd <vi...@gmail.com> on 2010/05/11 11:45:53 UTC

updating column names

Hi

I have a column named colom. Can we update column name "colom" to
"column" during runtime or via API ?

Re: updating column names

Posted by Gary Dusbabek <gd...@gmail.com>.
On Tue, May 11, 2010 at 04:45, vd <vi...@gmail.com> wrote:
> Hi
>
> I have a column named colom. Can we update column name "colom" to
> "column" during runtime or via API ?
>

This will require two operations: remove and insert.

Gary.