aimerwhy

Results 1 issues of aimerwhy

the websize say support distinct : ![image](https://user-images.githubusercontent.com/32806786/178708303-96a4effd-7e69-4abd-af0c-11e1c1a6712a.png) but this sql has no result: String sql = "select distinct id, name, .... from table "; jdbcTemplate.queryForList(sql)。 any advice to solve it?