Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
genissarettic
Contributor
Contributor

Insert into table on cluster data from resident table

Hello, masters!

Help me please, I need to save data from resident table to cluster throught QLik Sense.

I suppose it may be like this, but it doesnt work.

google_sessions:

LOAD *
FROM [Lib://google_sessions.QVD]
(qvd);

SQL INSERT INTO TABLE google_sessions_table_on_cluster;

Labels (2)
0 Replies