Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I'm trying to do a Insert and Update Incremental Load but it's unable to function. I have two date fields in my DB table (insert date and update date) and I'm using the update date as the modified date. Please find attached the copy and please provide assistance in implementing it.
Thanks in Advance,
Can you add single quotes around the variable?
Where updatedate > '$(vLastRunTime)'
When you say it is unable to function, are you getting some kind of error? What isn't working?
Thanks for the speedy reply Sunny.
vLastRunTime variable needs to be formatted correctly.
vLastRunTime = Date(Today(), 'DD-MMM-YYYY')
I'm getting the above error.
Can you add single quotes around the variable?
Where updatedate > '$(vLastRunTime)'
Thanks Sunny for all your help.