in reply to Re: How do I find what column $dbh-{'insert_id'} was inserted into?
in thread How do I find what column $dbh-{'insert_id'} was inserted into?

Actually, MySQL only allows one auto_increment column per table. So your method should work fine.
  • Comment on Re: Re: How do I find what column $dbh-{'insert_id'} was inserted into?