Hi, we are assigned to create a Fixed Length string composed of a header detail.
My issue is: How do I concatenate Details to Header in order to create a single row to the database? I'm using MS SqL2008
Example:
Header:
OrderID DetailCount
G19902 2
Detail:
OrderID OrderDetID
G19902 XX08
G19902 XY07
G19902 XY04
Result:
G19902 XX08 XY07 XY04
Hope I can find help here..
Thanks