Först behöver du ett tillfälligt bord:
create global temporary table TBL_TMP_CLOB
(
c_clob CLOB
)
Vid andra användningen "Infoga från urval":
INSERT INTO [email protected](rem_clob) SELECT * FROM TBL_TMP_CLOB;
Först behöver du ett tillfälligt bord:
create global temporary table TBL_TMP_CLOB
(
c_clob CLOB
)
Vid andra användningen "Infoga från urval":
INSERT INTO [email protected](rem_clob) SELECT * FROM TBL_TMP_CLOB;