Re: sequence chages after firing update

Поиск
Список
Период
Сортировка
От Rajesh Kumar Mallah.
Тема Re: sequence chages after firing update
Дата
Msg-id 200206262048.05168.mallah@trade-india.com
обсуждение исходный текст
Ответ на sequence chages after firing update  (Subhashini Karthikeyan <subhaksekar@yahoo.com>)
Список pgsql-sql
dear subha,

Use explicit ORDER BY if u want to order the records
by some column.

otherwise the order of output from a select stmt is undefined.

bu generally it is found the the last updated record comes last.

On Wednesday 26 June 2002 17:17, Subhashini Karthikeyan wrote:
> hi all
>
>
> In postgresql 7.1.3
>
> i am updateing a row. it is a 4th record.
> after updation if i am firing a select query it is
> coming as a last record ..what shall i do to avoid
> that..
> any help appriciated
>
> thankz in advance
>
> regards
> subha
>
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! - Official partner of 2002 FIFA World Cup
> http://fifaworldcup.yahoo.com
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster

--
Rajesh Kumar Mallah,
Project Manager (Development)
Infocom Network Limited, New Delhi
phone: +91(11)6152172 (221) (L) ,9811255597 (M)

Visit http://www.trade-india.com ,
India's Leading B2B eMarketplace.






В списке pgsql-sql по дате отправления:

Предыдущее
От: "Rajesh Kumar Mallah."
Дата:
Сообщение: Efficient Query For Mapping IP Addresses To Country Code.
Следующее
От: Alvar Freude
Дата:
Сообщение: Re: 2 Selects 1 is faster, why?