Forum Moderators: coopster
I was reading about insert select
[dev.mysql.com...]
Thought this may be a better way to perform a query I'm doing. The differenc is that I need td select from one field, and then update another field in the same record (it is a backup/undo field).
Is there a way to do this in one query? It's a large chunk of data (longtext) so I thought this would be faster than the alternative...
Tahnks!
Erik