sorted result - Mailing list pgsql-novice

From Al-Haddad, Mohammad J
Subject sorted result
Date
Msg-id 002801c15d44$00f99340$3217f59b@essex.ac.uk
Whole thread Raw
Responses Re: sorted result
List 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
 
 
 

pgsql-novice by date:

Previous
From: Bryan Buchanan
Date:
Subject: Re: Visual Database Design Tools
Next
From: Einar Karttunen
Date:
Subject: Re: sorted result