Re: SQL with join column mismatch

2017-04-05 Thread Jordi Domingo Borràs
Thanks Joel! On Wed, Apr 5, 2017 at 6:30 PM, Joel Bernstein wrote: > Joins are not supported yet. > > Joel Bernstein > http://joelsolr.blogspot.com/ > > On Wed, Apr 5, 2017 at 12:14 PM, Jordi Domingo Borràs < > jordi.domi...@gmail.com> wrote: > > > Hi! > > > > I don't know if I'm missing somethi

Re: SQL with join column mismatch

2017-04-05 Thread Joel Bernstein
Joins are not supported yet. Joel Bernstein http://joelsolr.blogspot.com/ On Wed, Apr 5, 2017 at 12:14 PM, Jordi Domingo Borràs < jordi.domi...@gmail.com> wrote: > Hi! > > I don't know if I'm missing something. I did a simple join query asking for > one column in each table. The result contains

SQL with join column mismatch

2017-04-05 Thread Jordi Domingo Borràs
Hi! I don't know if I'm missing something. I did a simple join query asking for one column in each table. The result contains the same column from the right table. (I read about it in the streaming expressions). curl --data-urlencode 'stmt=select t1.type AS type1, t2.type AS type2 from iocs t1 jo