Re: update and order by in 3.23.51

2003-06-28 Thread Egor Egorov
Bob Ramsey <[EMAIL PROTECTED]> wrote: > > I'm using 3.23.51 and I'd like to update a field in a certain order. I've > got a table of images for a slide show and the format of the table is: > > image varchar(128) not null > order_number integer not null primary key > > So we might have somethin

update and order by in 3.23.51

2003-06-27 Thread Bob Ramsey
Hi, I'm using 3.23.51 and I'd like to update a field in a certain order. I've got a table of images for a slide show and the format of the table is: image varchar(128) not null order_number integer not null primary key So we might have something like: duck.jpg 1 cat.jpg 2 horse.jpg 3 I want th