update order

Поиск
Список
Период
Сортировка
От uldis
Тема update order
Дата
Msg-id 458A6ACB.6040108@motozurnals.lv
обсуждение исходный текст
Список pgsql-novice
hello!

i am migrating from mysql to postgre and i have one little problem. i
would like you to help me the best way to solve this pain...

so in mysql i had superious query:
select @i:=0;
update MyTable set OrderCol=(@i:=@i+1) order by OrderCol asc;

but in postgre is no way to update and order in same query. alos there
is no user defined variables, bet i make one more sequence.

to resolve this problem i have to make selection ant then each resulting
row with make a update. this is damn much queries! how to make it not so
complex?

may be you can suggest me the best way to resolve this liitle problem?


thank you!

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: print statements?
Следующее
От: Nathaniel
Дата:
Сообщение: Using a serial primary key as a foreign key in a second table