Skip to main content
Announcements
You can succeed best and quickest by helping others to succeed. Join the conversation.
cancel
Showing results for 
Search instead for 
Did you mean: 
rammarthi
Creator
Creator

Garbage after Statement in Incremental Load

I Tried to perform incremental Load but repeatedly getting garbage after statement

Picture1.png

Attached is the complete script I used. I see this timestamp format problem. Can any one please resolve it for me.

1 Solution

Accepted Solutions
marcus_sommer
MVP & Luminary
MVP & Luminary

Try it with single-quotes around your variables to ensure a correct interpretation of the string-variable:

where num(Timestamp) > '$(vLUD)'

- Marcus

View solution in original post

2 Replies
marcus_sommer
MVP & Luminary
MVP & Luminary

Try it with single-quotes around your variables to ensure a correct interpretation of the string-variable:

where num(Timestamp) > '$(vLUD)'

- Marcus

Anil_Babu_Samineni

May be miss the Single Quote on you where clause.

Before develop something, think If placed (The Right information | To the right people | At the Right time | In the Right place | With the Right context)