Hibernate order by with nulls last

前端 未结 7 2092
谎友^
谎友^ 2020-11-30 03:42

Hibernate used with PostgreSQL DB while ordering desc by a column puts null values higher than not null ones.

SQL99 standard offers keyword \"NULLS LAST\" to declare

相关标签:
7条回答
  • 2020-11-30 04:38

    There appears to be a change request/bug ticket open for this

    0 讨论(0)
提交回复
热议问题