Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Why can't I do it with the existing connection? Is there a reason or am I missing something?
sequence('abcd', 1, 1) % 10_000 == 0
Why can't I do it with the existing connection? Is there a reason or am I missing something?
sequence('abcd', 1, 1) % 10_000 == 0
Numeric.sequence("abcd", 1, 1) % 500 == 0
Hi guys,
Could you please help me with this??
I have 495 records in input when I try to run the job it inserts only 400 records if i keep the expression
Numeric.Sequence("S1",1,1)%100==0 in advanced mode of tFilterRow.
SELECT COUNT(1) FROM TEMP ---> 400
May I know why and how to insert the other 95 records?
PFA screenshot for reference
Thanks in advance
Hi Kiran,
Did you find the solution for
"I have 495 records in input when I try to run the job it inserts only 400 records if i keep the expression
Numeric.Sequence("S1",1,1)%100==0 in advanced mode of tFilterRow."
Even I am facing the same issue, If you find the solution please share.
Thank You