Hi,
I have a table and want to copy the values from one record to another.
For instance I want to copy all the values from record with ID 100 to record with ID 110.
Why would I want something like that? Because a user mistakenly placed the record at 100 instead of 110.
Then the 100th record will be filled with something else or go blank.
I am wondering if i can do this with sql only.
Thanks,
George
I have a table and want to copy the values from one record to another.
For instance I want to copy all the values from record with ID 100 to record with ID 110.
Why would I want something like that? Because a user mistakenly placed the record at 100 instead of 110.
Then the 100th record will be filled with something else or go blank.
I am wondering if i can do this with sql only.
Thanks,
George