ES Version: 7.8
I’m trying to run the following in SQL Workbench, and one query works, but the other one does not…any thoughts?
Successful:
SELECT * FROM my_index WHERE a.b IN ('115')
Failure:
SELECT a.b IN ('115') AS 'FOO' FROM my_index
What is that syntax? What are you trying to achieve?
This simply is an invalid syntax. See Elastic's supported syntax or any other SQL tutorials.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
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.