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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Creating temporal tables in Informix

Hello guys,
I already have a set of queries for a process, this is all under Informix, one of the first queries is like this:

select field1, field2, field3
from sampledb
where field1= 'PI'
into temp portin_pre with no log; 

Can I work with this type of query? If so, what component is the best way to do it. On the other hand, if creating temp tables is not possible with the Talend components, what other approach is the bast way?

Best Regards,

Miguel Guirao

Labels (2)
1 Reply
Anonymous
Not applicable
Author

It is not clear what you're after, from Talend.
This is simply a query that you're pushing down to the database. Talend could do this for you; but all it will see is success or failure.
It will not see the data.
There must be more to it than this, for there to be a reason for using Talend. Take a look at tInformixRow, to run an arbitrary statement.