Re: Having the issue in while selecting the data and feltering inorder by.

Поиск
Список
Период
Сортировка
От Luca Ferrari
Тема Re: Having the issue in while selecting the data and feltering inorder by.
Дата
Msg-id CAKoxK+77dmxWLzXLg=N=JLvg56PpK3+=ZV+pEuDQa-7XwcgrVg@mail.gmail.com
обсуждение исходный текст
Ответ на Having the issue in while selecting the data and feltering in order by.  (nikhil raj <nikhilraj474@gmail.com>)
Ответы Re: Having the issue in while selecting the data and feltering inorder by.  (Francisco Olarte <folarte@peoplecall.com>)
Список pgsql-general
On Thu, Aug 8, 2019 at 11:20 AM nikhil raj <nikhilraj474@gmail.com> wrote:
> Same when i run this in linux machine i am getting this out in  different sort order on the same query.

A collation problem?
What does this query do?
SELECT *
FROM (VALUES ('a'), ('___b1'), ('_a1'),('a2'),('a3'),('a5'), ('a2')) t
(val) order by val COLLATE "C";



В списке pgsql-general по дате отправления:

Предыдущее
От: nikhil raj
Дата:
Сообщение: Having the issue in while selecting the data and feltering in order by.
Следующее
От: Francisco Olarte
Дата:
Сообщение: Re: Having the issue in while selecting the data and feltering inorder by.