Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello everyone,
I would like to find out if I can use the "Where" clause in preceding load statement to filter date?
Thanks
Hi,
Create a variable say: Vdate= so n so
Then
Load A,
B,Yourdate where Yourdate>=$(Vdate);
sql select * from so n so table;
Sachin
Yes, you can. But that's often considered bad practice.
Be careful.