[Dev] Problem in extracting data from Mysql DB in jaggery

2015-07-15 Thread Lalanke Athauda
Hi, When I extract data from two tables which has the same name for columns, it gives data for only one column. My tables are employee and department, and their data are as follows, *Employee* mysql select * from employee; ++-+-++ | id | name|

Re: [Dev] Problem in extracting data from Mysql DB in jaggery

2015-07-15 Thread Lakshani Gamage
Hi Lalanke, This Jaggery code works fine with me. I also used Jaggery v1.0.0-SNAPSHOT_ALPHA3. The result as follows. [image: Inline image 1] Thanks, Lakshani. On Wed, Jul 15, 2015 at 4:35 PM, Lalanke Athauda lala...@wso2.com wrote: Hi, When I extract data from two tables which has the same