opendistro-for-elasticsearch / sql

🔍 Open Distro SQL Plugin
https://opendistro.github.io/for-elasticsearch/features/SQL%20Support.html
Apache License 2.0
620 stars 186 forks source link

select distinct more field has no result #1177

Open aimerwhy opened 2 years ago

aimerwhy commented 2 years ago

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?