On Mon, May 21, 2001 at 10:36:42AM -0500, Jacky wrote :
> What do I do if i want to move all values stored in one field
> to another field in the same table, from field A to field B?
> Has anyone ever done that?
As simple as you think it should be
UPDATE table SET column_a = column_b
- Markus
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
- [PHP] query question Jacky
- RE: [PHP] query question Markus Fischer
- RE: [PHP] query question Maxim Maletsky
- [PHP] query question Steve Buehler
- Re: [PHP] query question Marek Kilimajer
- Re: [PHP] query question Marek Kilimajer
- Re: [PHP] query question Steve Buehler
- Re: [PHP] query question Steve Buehler
- Re: [PHP] query question Marek Kilimajer
- Re: [PHP] query question Steve Buehler
- [PHP] query question Kelly Meeks
- Re: [PHP] query question Jason Wong

