Re: After updating dataset the record goes to the end of thedataset

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: After updating dataset the record goes to the end of thedataset
Дата
Msg-id dcc563d10804220816s3ae482d3r7abc24518bb6d378@mail.gmail.com
обсуждение исходный текст
Ответ на Re: After updating dataset the record goes to the end of thedataset  ("Nacef LABIDI" <nacef.l@gmail.com>)
Список pgsql-sql
On Tue, Apr 22, 2008 at 7:00 AM, Nacef LABIDI <nacef.l@gmail.com> wrote:
> Thank you all for your useful comments.
>
> I have tried to order my records as you said and got it work as I wanted.

Cool beans!  I was just watching this conversation, but wanted to
point out that using the methods mentioned in this thread (i.e. ones
that use order by) is good practice.  It's quite possible that at some
point in the future the storage engine of MS-SQL could change and
break your application on that platform.  By using the order by
method, you ensure you're using a method that works today and in the
future on all major platforms.


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

Предыдущее
От: "Bart Degryse"
Дата:
Сообщение: Re: After updating dataset the record goes to the end of thedataset
Следующее
От: "Вадим Жерновой |Vadim Zhernovoi|"
Дата:
Сообщение: Problem with FOREIGN KEY