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

Announcements
We are aware of an issue with the Product Downloads page and looking into it.
cancel
Showing results for 
Search instead for 
Did you mean: 
sam9
Contributor
Contributor

sql query on multiple tables in postgresql database

How and where can we write sql queries for tables in PostgreSQL?  I have a complex query which needs a lot of tables from Postgresql. I established a connection for the database.

Labels (2)
3 Replies
Anonymous
Not applicable

Hello,

Please take a look at this component tPostgresqlRow which executes the SQL query stated onto database.

Here is online component reference about:

https://help.talend.com/reader/YxpC8~71OVAWmBgQIAFNtQ/8~S3D0fUc~paDFya2L0oVw 

Best regards

Sabrina

TRF
Champion II
Champion II

I suggest you to create and test a view on PostgreSQL side with the corresponding query, then use this view as a "simple" table in your tPostgresqlInput component with the desired where clause if needed.
sam9
Contributor
Contributor
Author

I used the views but I want it without using the views. And I want the output as a csv file.