Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I Tried to perform incremental Load but repeatedly getting garbage after statement
Attached is the complete script I used. I see this timestamp format problem. Can any one please resolve it for me.
Try it with single-quotes around your variables to ensure a correct interpretation of the string-variable:
where num(Timestamp) > '$(vLUD)'
- Marcus
Try it with single-quotes around your variables to ensure a correct interpretation of the string-variable:
where num(Timestamp) > '$(vLUD)'
- Marcus
May be miss the Single Quote on you where clause.