refer to:
https://stackoverflow.com/questions/7621205/sort-null-values-to-the-end-of-a-table
需要使用语句: order by xx desc nulls last
上面的 nulls last就表示,把nulls 的值放到最后。 (也可以改成first)
refer to:
https://stackoverflow.com/questions/7621205/sort-null-values-to-the-end-of-a-table
需要使用语句: order by xx desc nulls last
上面的 nulls last就表示,把nulls 的值放到最后。 (也可以改成first)