I want to copy a record into the same table with a different ID
Example I am trying:
INSERT INTO table SELECT id = '2', field1,field2 FROM table WHERE id='1'
I know I could retrieve the record and change the id and send an insert
query back, but
I would like to avoid a round trip.
Thanks in advance,
Eric Loew
el...@documedix.com
Allan
Allan <a_mit...@bgfoot.com> wrote in message
news:393800e4...@msnews.microsoft.com...