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
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