Re: Having the issue in while selecting the data and feltering inorder by. - Mailing list pgsql-general

From Luca Ferrari
Subject Re: Having the issue in while selecting the data and feltering inorder by.
Date
Msg-id CAKoxK+77dmxWLzXLg=N=JLvg56PpK3+=ZV+pEuDQa-7XwcgrVg@mail.gmail.com
Whole thread Raw
In response to Having the issue in while selecting the data and feltering in order by.  (nikhil raj <nikhilraj474@gmail.com>)
Responses Re: Having the issue in while selecting the data and feltering inorder by.
List 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 by date:

Previous
From: nikhil raj
Date:
Subject: Having the issue in while selecting the data and feltering in order by.
Next
From: Francisco Olarte
Date:
Subject: Re: Having the issue in while selecting the data and feltering inorder by.