Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Garbage after Statement how to reslove ?
Hi Helen,
The "order by" should be from a resident load.
try like this:
T1:
load ...
group by ...;
T2:
noconcatenate
load *
resident T1
order by ...;
drop table T1;
looks like missing the ; at the end
Semicolon (;) is there, Some thing was the Error...
Can you post the script so that we can try to help you. Its bit difficult to debug without seeing the script.
Hi Helen,
are You sure field is ITED_TED_CODE ?
Yes, ITED_TED_CODE is field...
Hi Helen,
The "order by" should be from a resident load.
try like this:
T1:
load ...
group by ...;
T2:
noconcatenate
load *
resident T1
order by ...;
drop table T1;
Hi,
ITED_TED_RATE field should be removed from group by .