Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Connect 2026 Agenda Now Available: Explore Sessions
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

tELTOracleOutput - update same table

Hello,

 

I wanted to run the following query on the same target table as input table.

How to achieve?

 

UPDATE TABLE1

SET COL1 = NULL,

COL2=NULL,

COL3='ABCV'

 

As this table contains 4 million rows how to run the below query in ELT.

I tried linking input table(TABLE1) to tELTMapOracle where I have hardcoded the required value.

This I have linked to tELTOracleOutput.

 

Both the input and output schema has only the required columns.

This does not seem to work.

 

Thanks

Labels (2)
1 Reply
fdenis
Master
Master

if there is no key or values in your query you did not nead tetl. You just have to run your query.