I was wondering if there is a fast way I could insert a new row in a table by copying all the columns except one (a unique auto-increment column) from another row.
I could explicitly set each column, of course, but there are over 30 columns in this table and it is constantly changing to reflect new values I want to hold, so this will introduce a bug somewhere in the future.
I don't know if MySQL or MYDAC has a way of doing this. I'm using MyDAC version 5.00.1.6
Thanx in advance
Is there a fast portable way I can copy a row to a new one when having auto-increment?
-
gandalf1024
- Posts: 7
- Joined: Wed 04 Apr 2007 07:50
- Location: Athens, Greece