| List: | General Discussion | « Previous MessageNext Message » | |
| From: | Paul DuBois | Date: | April 3 2002 5:06pm |
| Subject: | Re: copying field x to field y for each record in table | ||
| View as plain text | |||
At 10:10 -0600 4/3/02, Chuck Barnett wrote: >Hi, how do I do the following: > >I have a table I have added a new field to, I want to take field X and copy >it to the new field for each record. What should this query look like? > >Thanks, >Chuck UPDATE tbl_name SET y = x;
| Thread | ||
|---|---|---|
| • copying field x to field y for each record in table | Chuck Barnett | 3 Apr |
| • Re: copying field x to field y for each record in table | Paul DuBois | 3 Apr |
| • Re: copying field x to field y for each record in table | Georg Richter | 3 Apr |
| • Re: copying field x to field y for each record in table | Victoria Reznichenko | 3 Apr |
| • Re: copying field x to field y for each record in table | Joseph Jude | 3 Apr |
| • RE: copying field x to field y for each record in table | Rick Emery | 3 Apr |
| • Re: copying field x to field y for each record in table | Christopher Thompson | 3 Apr |
