sql
sql copied to clipboard
select distinct more field has no result
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?