Hello,I'd like to ask you guys for assistance on how I can do the following in SQL:The data looks as follows:check# check_line desc_line des12233 100 1 Joe Smith Trip to Vegas12233 200 1 Cab pickup @ 5:45pm to Palms wait12233 200 2 time 12 minutes.12233 300 1 Meals12233 400 1 Dinner w/ Jane Doe at Planet12233 400 2 Hollywood.
How can I get the result to look like this in SQL?:check# check_line des12233 100 Joe Smith Trip to Vegas12233 200 Cab pickup @ 5:45pm to Palms wait time 12 minutes.12233 300 Meals12233 400 Dinner w/ Jane Doe at Planet Hollywood.
Many thanks in advance,Regards,Zack H.