sorted result

From: "Al-Haddad, Mohammad J" <mjalha(at)essex(dot)ac(dot)uk>
To: pgsql-novice(at)postgresql(dot)org
Subject: sorted result
Date: 2001-10-25 10:58:39
Message-ID: 002801c15d44$00f99340$3217f59b@essex.ac.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

hi there,
if I have a table T1 with primary key P. and attributes A1,A2 and A3
and I have this query:
select * form T1 where the P = 123;

do I get the intermediate relation result sorted based on the primary
key?

what about if the query somthing like this:
select A1 from T1 where A2 = 456

do I get the intermediate result sorted by the primary key


thank you



Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Einar Karttunen 2001-10-25 11:19:30 Re: sorted result
Previous Message Bryan Buchanan 2001-10-25 09:41:05 Re: Visual Database Design Tools