Strange change in my where clause?

From: Bjørn T Johansen <btj(at)havleik(dot)no>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Strange change in my where clause?
Date: 2004-12-06 12:52:03
Message-ID: 41B455F3.5040502@havleik.no
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

I have a select where I end like this:

...where week = 40 and year = 2004 order by trykkedato, presseID, godeaviser

but the statement logged by the server is

...where week = 40 and year = 2004 order by 1,3,20

Why? The order get messed up....

Regards,

BTJ

--
-----------------------------------------------------------------------------------------------
Bjørn T Johansen

btj(at)havleik(dot)no
-----------------------------------------------------------------------------------------------
Someone wrote:
"I understand that if you play a Windows CD backwards you hear strange Satanic messages"
To which someone replied:
"It's even worse than that; play it forwards and it installs Windows"
-----------------------------------------------------------------------------------------------

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2004-12-06 12:57:31 Re: SSL confirmation - No trusted certificate found
Previous Message Andrew M 2004-12-06 12:50:29 Re: SSL confirmation - No trusted certificate found