On Sun, Jan 20, 2008 at 11:09:23PM +0100, Karsten Hilbert wrote:

> create table if not exists ..
>       drop table if exists ...
>       create table ...
That is not equivalent! With mysql you would add data to an existing
table. But I found a workaround in perl-DBI.

> insert ignore into ..
>       delete from ... where ...
>       insert into ...

That is ok.
I put a new script online. You still have to edit the source to select the
database backend.

Regards, Paul

Reply via email to