I have a table with several thousand rows. I'd like to be able to take one of those rows and duplicate it into a new row. What is the best way to do this?
Should I grab the rows data and assign each field into a variable? And then take those variables and insert them into a new row?
So that'd be two queries -- is there a more efficient way of doing this?