I have a list of orders with tracking numbers in a SQL table. I need to upload them into a single tracking number field in our orders database. I'm drawing a blank on how to get the results into a single row per order.
Each order can have up to 50 tracking numbers. I've included an example of my raw data and the required results.