Re: multiple unique updates

2003-05-28 Thread Victoria Reznichenko
"Andrew Hazen" <[EMAIL PROTECTED]> wrote: > > Does anyone know a way to do multiple unique updates in one query, the > way you can in an insert query? > > > > I have a table with several thousand records. Periodically every record > in this table needs

multiple unique updates

2003-05-27 Thread Andrew Hazen
Hi, Does anyone know a way to do multiple unique updates in one query, the way you can in an insert query? I have a table with several thousand records. Periodically every record in this table needs one field to be updated. Slows down the process if each record is updated with a separate