opendistro-for-elasticsearch / sql

🔍 Open Distro SQL Plugin

Home Page:https://opendistro.github.io/for-elasticsearch/features/SQL%20Support.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

select distinct more field has no result

aimerwhy opened this issue · comments

the websize say support distinct :
image

but this sql has no result:
String sql = "select distinct id, name, .... from table ";
jdbcTemplate.queryForList(sql)。

any advice to solve it?