Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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