Below is the query i have written in Oracle i need to write same in Elastic search.
select sum(total_count),datasource from
(select distinct faspdf_os_id,FASPDF_CUST_ID,FASPDF_PROD_ID,FASPDF_TIME_ID,total_count,datasource from fas_final_denom) group by datasource;
Please provide me the solution for this. I need this urgently
Well if you install the plugin, there's an option to "show JSON query" which will give you the equivalent ES query syntax from the specified SQL syntax.
I have just started learning Elastic search and randomly i get this as a requirement
I need this in urgent basis if you can help me in this then it will be really appreciated.
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.