You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by Kevin Burton <bu...@spinn3r.com> on 2014/10/12 17:29:00 UTC

describe tables… and vertical formatting?

It seems annoying that I can’t get “describe tables” to vertical.

maybe there’s some option I’m missing?

Kevin

-- 

Founder/CEO Spinn3r.com
Location: *San Francisco, CA*
blog: http://burtonator.wordpress.com
… or check out my Google+ profile
<https://plus.google.com/102718274791889610666/posts>
<http://spinn3r.com>

Re: describe tables… and vertical formatting?

Posted by graham sanderson <gr...@vast.com>.
Ha oops - typo on my part

On Oct 14, 2014, at 10:55 AM, Tyler Hobbs <ty...@datastax.com> wrote:

> You want this:
> 
> select keyspace_name, columnfamily_name from system.schema_columnfamilies;
> 
> On Sun, Oct 12, 2014 at 5:16 PM, Kevin Burton <bu...@spinn3r.com> wrote:
> huh.  That sort of works.  The problem now is that there are multiple entries per table...
> 
> On Sun, Oct 12, 2014 at 10:39 AM, graham sanderson <gr...@vast.com> wrote:
> select keyspace_name, columnfamily_name from system.schema_columns;
> ?
> 
> On Oct 12, 2014, at 10:29 AM, Kevin Burton <bu...@spinn3r.com> wrote:
> 
>> It seems annoying that I can’t get “describe tables” to vertical.  
>> 
>> maybe there’s some option I’m missing?
>> 
>> Kevin
>> 
>> -- 
>> 
>> Founder/CEO Spinn3r.com
>> Location: San Francisco, CA
>> blog: http://burtonator.wordpress.com
>> … or check out my Google+ profile
>> 
>> 
> 
> 
> 
> 
> -- 
> 
> Founder/CEO Spinn3r.com
> Location: San Francisco, CA
> blog: http://burtonator.wordpress.com
> … or check out my Google+ profile
> 
> 
> 
> 
> 
> -- 
> Tyler Hobbs
> DataStax


Re: describe tables… and vertical formatting?

Posted by Tyler Hobbs <ty...@datastax.com>.
You want this:

select keyspace_name, columnfamily_name from system.schema_columnfamilies;

On Sun, Oct 12, 2014 at 5:16 PM, Kevin Burton <bu...@spinn3r.com> wrote:

> huh.  That sort of works.  The problem now is that there are multiple
> entries per table...
>
> On Sun, Oct 12, 2014 at 10:39 AM, graham sanderson <gr...@vast.com>
> wrote:
>
>> select keyspace_name, columnfamily_name from system.schema_columns;
>> ?
>>
>> On Oct 12, 2014, at 10:29 AM, Kevin Burton <bu...@spinn3r.com> wrote:
>>
>> It seems annoying that I can’t get “describe tables” to vertical.
>>
>> maybe there’s some option I’m missing?
>>
>> Kevin
>>
>> --
>>
>> Founder/CEO Spinn3r.com <http://spinn3r.com/>
>> Location: *San Francisco, CA*
>> blog: http://burtonator.wordpress.com
>> … or check out my Google+ profile
>> <https://plus.google.com/102718274791889610666/posts>
>> <http://spinn3r.com/>
>>
>>
>>
>
>
> --
>
> Founder/CEO Spinn3r.com
> Location: *San Francisco, CA*
> blog: http://burtonator.wordpress.com
> … or check out my Google+ profile
> <https://plus.google.com/102718274791889610666/posts>
> <http://spinn3r.com>
>
>


-- 
Tyler Hobbs
DataStax <http://datastax.com/>

Re: describe tables… and vertical formatting?

Posted by Kevin Burton <bu...@spinn3r.com>.
huh.  That sort of works.  The problem now is that there are multiple
entries per table...

On Sun, Oct 12, 2014 at 10:39 AM, graham sanderson <gr...@vast.com> wrote:

> select keyspace_name, columnfamily_name from system.schema_columns;
> ?
>
> On Oct 12, 2014, at 10:29 AM, Kevin Burton <bu...@spinn3r.com> wrote:
>
> It seems annoying that I can’t get “describe tables” to vertical.
>
> maybe there’s some option I’m missing?
>
> Kevin
>
> --
>
> Founder/CEO Spinn3r.com <http://spinn3r.com/>
> Location: *San Francisco, CA*
> blog: http://burtonator.wordpress.com
> … or check out my Google+ profile
> <https://plus.google.com/102718274791889610666/posts>
> <http://spinn3r.com/>
>
>
>


-- 

Founder/CEO Spinn3r.com
Location: *San Francisco, CA*
blog: http://burtonator.wordpress.com
… or check out my Google+ profile
<https://plus.google.com/102718274791889610666/posts>
<http://spinn3r.com>

Re: describe tables… and vertical formatting?

Posted by graham sanderson <gr...@vast.com>.
select keyspace_name, columnfamily_name from system.schema_columns;
?

On Oct 12, 2014, at 10:29 AM, Kevin Burton <bu...@spinn3r.com> wrote:

> It seems annoying that I can’t get “describe tables” to vertical.  
> 
> maybe there’s some option I’m missing?
> 
> Kevin
> 
> -- 
> 
> Founder/CEO Spinn3r.com
> Location: San Francisco, CA
> blog: http://burtonator.wordpress.com
> … or check out my Google+ profile
> 
>