Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
Can I put a drop field statement anywhere within my load statement?
I tried simply writing: drop %StartDate from CR;
I also tried: drop field[%StartDate] FROM [CR];
both seem to be in line from what I see in the reference manual but I get an unknow statement error?
Anyone have any ideas?
Try
drop field %StartDate ... ;
Rgds,Joachim