sql icon indicating copy to clipboard operation
sql copied to clipboard

select distinct more field has no result

Open aimerwhy opened this issue 2 years ago • 0 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?

aimerwhy avatar Jul 13 '22 10:07 aimerwhy