I am developing a procedure where I need to insert all the columns of one table to another table including other calculation.
I have to fetch record by record, manipulate it and transfer it to another table.
is there a type definition similar to the oracle rowtype in mysql???
Any help like example or any link will be very helpful to me.
Thanks in advance...