is it possible to move a record from one mysql table to another?
Thanks,
Hereward
There is no 'move' command. You must insert a new record that contains the same data, and then remove the old record.