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

Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!
cancel
Showing results for 
Search instead for 
Did you mean: 
ankit7359
Creator II
Creator II

Can we load temp table data onto a physical table using

Hi,

i am executing a scenario where i m creating a temp table and would like to insert the data onto a physical table? this physical table is once again created in talend(By tgreenplumoutput - create table if not exists)

Can anyone help me on this?

Labels (2)
2 Replies
manodwhb
Champion II
Champion II

@ankit7359,you can load data from temp to physical,since you need to read your temp table load it physical table.

ankit7359
Creator II
Creator II
Author

thanks manohar..but how can we do it????