Thanks!
On 12 March 2013 18:01, Michael Kjellman wrote:
> Showed up as the first result on Google for me:
>
> http://www.datastax.com/docs/1.2/cql_cli/cql/ALTER_TABLE#rename-col
>
>
> On 3/12/13 10:56 AM, "Haithem Jarraya" wrote:
>
> >I have seen this doc
s discussion if you need
> further help.
>
> On 3/12/13 10:50 AM, "Haithem Jarraya" wrote:
>
> >Could you please point me to the right syntax for ALTER Table? couldn't
> >find it
> >
> >Thanks,
> >
> >
> >On 12 March 2013 17:4
ntee that they won't change between releases.
>
> On Tue, Mar 12, 2013 at 12:41 PM, Haithem Jarraya
> wrote:
> > Hi there,
> >
> >
> >
> > I am seeing an issue that I do not understand fully,
> >
> > I have a table A with columns a1 blob,a2
Hi there,
I am seeing an issue that I do not understand fully,
I have a table A with columns a1 blob,a2 int ,a3 int, a4 uuid.
I upgraded from 1.2.1 to 1.2.2 and also changed the compaction level to
LeveledCompaction.
Then I found that 2 of the 4 columns in my tables changed names.
It is no
thanks, it works like a charm.
On 1 March 2013 17:37, Aleksey Yeschenko wrote:
> You are missing key_aliases and column_aliases from
> system.schema_columnfamies.
>
> --
> AY
>
>
> On Friday, March 1, 2013 at 18:38 PM, Haithem Jarraya wrote:
>
> > Hi,
>
Hi,
I wanted to retrieve all the column families related to mykeyspace, so I
ran the following query:
SELECT columnfamily_name FROM system.schema_columns WHERE
keyspace_name='mykeyspace';
I am missing two column family, I am not sure if this is the
normal behavior or not?
Are there any other way