Først skal du bruge et midlertidigt bord:
create global temporary table TBL_TMP_CLOB
(
c_clob CLOB
)
Ved anden brug brug 'Indsæt fra udvalgt':
INSERT INTO [email protected](rem_clob) SELECT * FROM TBL_TMP_CLOB;
Først skal du bruge et midlertidigt bord:
create global temporary table TBL_TMP_CLOB
(
c_clob CLOB
)
Ved anden brug brug 'Indsæt fra udvalgt':
INSERT INTO [email protected](rem_clob) SELECT * FROM TBL_TMP_CLOB;