Hi,
is there an easy way to mimic the handy REPLACE INTO function as
provided in MySQL.
REPLACE INTO is identical to INSERT except that if a value conflicts
with an existing unique
key, the new value replaces the old one.
Any advise is appreciated
Thanks
Alex