sorted result

Поиск
Список
Период
Сортировка
От Al-Haddad, Mohammad J
Тема sorted result
Дата
Msg-id 002801c15d44$00f99340$3217f59b@essex.ac.uk
обсуждение исходный текст
Ответы Re: sorted result
Список 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 по дате отправления:

Предыдущее
От: Bryan Buchanan
Дата:
Сообщение: Re: Visual Database Design Tools
Следующее
От: Einar Karttunen
Дата:
Сообщение: Re: sorted result