HI ,
I want to use below sql queries
- select id form table 1 (it will give millions id)
- select id, name from table 2
- select id , location from table 3
My doc should look like below :
{
id :1
name : abc
location : xxx
}
{
id : 2
name : def
location : yyy
}
previously i was using jdbc,in file { jdbc streaming and aggregate ) to bind 2 queris.. but for 3 queries its not running..