in reply to
Re^2: Postgres to MySQL row ID
in thread
Postgres to MySQL row ID
You will need to
read up
on mysql before you dig to far into this project. auto inc type columns will auto increment the value for new inserts this combined with defining the column as unique and indexing will give you what you want.
-Waswas
Comment on
Re^3: Postgres to MySQL row ID
In Section
Seekers of Perl Wisdom