![]() |
Sergey Kornilov admin 9/4/2013 |
While I don't have the answer I believe this might be related to the fact sort field has NULL values. By default sorting by NULL leads to unpredictable results. |
W
|
wpl author 9/4/2013 |
While I don't have the answer I believe this might be related to the fact sort field has NULL values. By default sorting by NULL leads to unpredictable results. Here is the post that provides two suggestions (top two answers) that may fix this issue: http://stackoverflow.com/questions/9510509/postgresql-sort-by-datetime-asc-null-first
|
W
|
wpl author 9/5/2013 |
While I don't have the answer I believe this might be related to the fact sort field has NULL values. By default sorting by NULL leads to unpredictable results. Here is the post that provides two suggestions (top two answers) that may fix this issue: http://stackoverflow.com/questions/9510509/postgresql-sort-by-datetime-asc-null-first
|