This is a rather strange thing I want to do, but I want to be able to insert the autoincrement value into two columns when I insert a row. Is there a way to do that automatically when inserting with the MySQL query, or is my only option to do the insert query, then do something like mysql_insert_id and then update the second column of the previously inserted row?