Hi
I want to update a row from a nother table throw a database link.
I should be rather simple but i can't seem to get it to work.
/lhg
I want to update a row from a nother table throw a database link.
I should be rather simple but i can't seem to get it to work.
Code:
INSERT INTO konto a
( NDNAME )
SELECT control_name
FROM address_name_link@p01ol1_link.world b
where a.KONTONR = b.ban
/lhg