Re: Renaming a Phoenix Table

2015-06-19 Thread anil gupta
Hi Zack, I dont think phoenix supports renaming a table. Did you find something in its documentation that says, it supports renaming? ~Anil On Fri, Jun 19, 2015 at 6:27 AM, Riesland, Zack zack.riesl...@sensus.com wrote: Is it possible to rename a table in Phoenix? If so, how? I’m

Limitation with limit?

2015-06-19 Thread Bahubali Jain
Hi, Is there any issue related to usage of limit ? select table1.x1,count(table.x2) from table1 join table2 on table1.x1 = table2.x1 group by x1 limit 20; This query always picks the first 20 rows from joined table for the group by computation Thanks, Baahu -- Twitter:http://twitter.com/Baahu

Re: Phoenix case-insensitivity interaction with Excel and ODBC

2015-06-19 Thread Alex Bedley
Hey James, Thanks for the suggestions. Unfortunately Microsoft Query automatically prepends the table name to all the columns so having an implicit column family will not work. I was wondering if you think the Phoenix community would accept a contribution to have a config setting to turn off auto