[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ale] Renumber keys in mysql



On Thu, 2011-07-21 at 11:41 -0400, David Tomaschik wrote:
> 
> Why not just select everything except id from temp back into original?
> 
> insert into original (name,...) select name,... from temp; 

A very good solution but the person that is doing this (not me) will
fark it up.  I'm trying to make it easy without asking him to write some
PERL.