Posted on: January 11, 2023
data from old mysql database...
Data from old mysql database has been simply imported via a INSERT.
The needed modifications to make sure if matched the PostgreSQL expectations had to be done.
It was down to a simple way building up the INSERT statement compatible with PostgreSQL and running in the pgAdmin....
Continue Reading
The needed modifications to make sure if matched the PostgreSQL expectations had to be done.
It was down to a simple way building up the INSERT statement compatible with PostgreSQL and running in the pgAdmin....