I need to do some wide scale updating on a table via various MySQL queries. However, before I do it, I'd like to backup the table just in case there's a problem with the updating. Basically I just want to create and exact copy of the table and keep it in the same DB as the original, but obviously with a different table name.
How do I do that?