Re: describe tables… and vertical formatting?

2014-10-14 Thread graham sanderson
Ha oops - typo on my part On Oct 14, 2014, at 10:55 AM, Tyler Hobbs wrote: > You want this: > > select keyspace_name, columnfamily_name from system.schema_columnfamilies; > > On Sun, Oct 12, 2014 at 5:16 PM, Kevin Burton wrote: > huh. That sort of works. The problem now is that there are mu

Re: describe tables… and vertical formatting?

2014-10-14 Thread Tyler Hobbs
You want this: select keyspace_name, columnfamily_name from system.schema_columnfamilies; On Sun, Oct 12, 2014 at 5:16 PM, Kevin Burton 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 >

Re: describe tables… and vertical formatting?

2014-10-12 Thread Kevin Burton
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 wrote: > select keyspace_name, columnfamily_name from system.schema_columns; > ? > > On Oct 12, 2014, at 10:29 AM, Kevin Burton wrote: > > It seems annoy

Re: describe tables… and vertical formatting?

2014-10-12 Thread graham sanderson
select keyspace_name, columnfamily_name from system.schema_columns; ? On Oct 12, 2014, at 10:29 AM, Kevin Burton 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: S

describe tables… and vertical formatting?

2014-10-12 Thread Kevin Burton
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