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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Jazz_shomp
Contributor
Contributor

Talend data refresh

Hello All,

I have a scenario where I need to refresh data for last 13 months.

So in the beginning of the job I am calculating date which I will use for this

In tDBInput, I am writing--> "SELECT max(lastupdatedate-interval '13 month') from tbl_name"

I am getting error as "Interval values with month or year parts are not supported".

Can you please tell me what can be the solution for this.

This is urgent, please let me know asap.

Thanks,

Labels (3)
1 Reply
Anonymous
Not applicable

This is an error from the database. I'd try out your query directly with the DB before using it in a tDBInput component.