Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
How can I achieve below requirement at script level. which is required in one of my table structure
Thanks in Advance
t:
Load ID, fruits from table;
Novoncatenate
Load ID, concat(fruits) resident table group by ID;
Drop table t:
t:
Load ID, fruits from table;
Novoncatenate
Load ID, concat(fruits) resident table group by ID;
Drop table t: