the websize say support distinct :  but this sql has no result: String sql = "select distinct id, name, .... from table "; jdbcTemplate.queryForList(sql)。 any advice to solve it?
the websize say support distinct :

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