Hi,
I need a help on Elasticsearch query solution for an sql query
select t1.*
from
(select * from abc where event=2003) as t1
inner join
(select * from abc where event =4012) as t2 on t1.c_id=t2.c_id
where t1.balance+t2.balance=0
Is this type of query in elastic search achievable
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.