Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
coolguy123
Contributor II
Contributor II

Final table table resident help

hi

 

i want one final table from this 

load 

order_id

concat(serial, ‘,’) as finalserial

from abc

group by order_id

 

load

Order_no & order-month

concat(serial, ‘,’) as finalserial

from abc

group by Order_no & order-month

 

but I need final table with only order_id but both finalserial and no null fields  

load 

order_id

finalserial 

from abc 

 

 

0 Replies