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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
veryimportantdude
Contributor III
Contributor III

multiple SQL queries

Hello
I would like Talend to execute multiple sql queries for Postgres database.
tPostgresRow doesn't seem to work because of semicommas ( Smiley Wink that separate statements.
Or if anyone has a suggestion how to write a bat procedure or anything to execute files that contain this sql statements. Multiple queries are stored in files on disk, each file contains 5-10 sql queries

any suggestions??
thanx
Labels (2)
3 Replies
Anonymous
Not applicable

Yes, I want this too, would someone please help ??
Anonymous
Not applicable

You can feed tPostgresRow with one full statement at a time, in an iterating loop ( fetching sql string from the files)...
veryimportantdude
Contributor III
Contributor III
Author

at the end i put them in a csv file and connected with iterate to t_postgresrow.it does the trick