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

PostgreSql update

Hi All

 

how to write 'where' query in PostgreSQL output component  

the query is 'update table_name set table2.enc_id=table1.enc_id where table1.filename =table2.filename & table1.practice=table2.practice;'

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

0683p000009LvWj.png

 

I checked these options .

now its working

View solution in original post

2 Replies
TRF
Champion II
Champion II

If you want to write plain SQL queries, use tPostgresqlRow component instead of tPostgresqlOutput

Anonymous
Not applicable
Author

0683p000009LvWj.png

 

I checked these options .

now its working