Re: Newbie: Join queries in MySQL.

2017-10-16 Thread Charuta Rajopadhye
-Original Message- > From: Charuta Rajopadhye [mailto:charuta...@gmail.com] > Sent: Thursday, October 12, 2017 11:28 PM > To: dev@drill.apache.org > Subject: Re: Newbie: Join queries in MySQL. > > Hi Timothy, > > Thank you very much for your reply. > > Reg

RE: Newbie: Join queries in MySQL.

2017-10-13 Thread Kunal Khatua
@drill.apache.org Subject: Re: Newbie: Join queries in MySQL. Hi Timothy, Thank you very much for your reply. Regards, Charuta On Fri, Oct 13, 2017 at 9:53 AM, Timothy Farkas <tfar...@mapr.com> wrote: > Hi Charuta, > > This is a known issue that other people have been bumping

Re: Newbie: Join queries in MySQL.

2017-10-12 Thread Timothy Farkas
ubject: Newbie: Join queries in MySQL. Hi Team, I have created a configuration for JDBC storage plugin in Drill, for a MySQL database. I am trying to fire join query on 2 tables. Both my tables have a column called 'id'/ Table defination: CREATE TABLE `simpleone` ( `id` int(11) NO