Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I want to pass timestamp dynamically to hql script in Talend job.
I have to get the 20 days old date in a variable and pass that value to the hql script.
I have used thiverow in my Talend design to call hql script.
For example 20 days old timestamp is '2018-11-24 07:12:18.371'
This timestamp '2018-11-24 07:12:18.371' has to be the below hql.
inserttbl=INSERT OVERWRITE TABLE mv_target PARTITION (name,cdt) SELECT * from mv_source WHERE cdt<=timestamp '2018-11-24 07:12:18.371'
Please help me.
Thanks in advance.
Hi All,
Please help me ASAP.
Thanks
Hello,
TalendDate.addDate(TalendDate.getCurrentDate(),"-20","dd") returns 20 days old date. Feel free to let us know if it is OK with you.
Sorry for our silence. We do our best to answer as many posts as possible.
Best regards
Sabrina