I have a large data set that I will need to use, it is currently within Excel.
I need the ability to place into a horizontal format to use in an UPDATE statement.
Currently data looks as such
000019-09,
000048-01,
000080-01,
I need to be able to insert into SQL as follows
000019-09, 000048-01,000080-01,
Thank you
Mark
And yes I know the code is not easy..