Having the issue in while selecting the data and feltering in order by.

From: nikhil raj <nikhilraj474(at)gmail(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Having the issue in while selecting the data and feltering in order by.
Date: 2019-08-08 09:19:40
Message-ID: CAG1ps1wvfjpv3Yjk2vVjuVoxgggnMr8ccjo_oNZ2yxipAmyvBQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi ALL,

I have recently migrated to windows postgres server to linux postgres
server.

while i run this query in windows PG server
SELECT *
FROM (VALUES ('a'), ('___b1'), ('_a1'),('a2'),('a3'),('a5'), ('a2')) t
(val) order by val

I am getting the out put in this sort order
[image: 10.250.200.184 - Remote Desktop Connection 2019-08-08 14.46.46.png]

Same when i run this in linux machine i am getting this out in different
sort order on the same query.
[image: 10.250.200.184 - Remote Desktop Connection 2019-08-08 14.42.27.png]

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Luca Ferrari 2019-08-08 10:32:31 Re: Having the issue in while selecting the data and feltering in order by.
Previous Message Tim Clarke 2019-08-08 09:16:48 Re: Recomended front ends?