Viewing 3 posts - 1 through 4 (of 4 total)
Basically has 3 versions of this for each of the desired columns ( ActiveCases, Last seen, & Refresh) SELECT *FROM (SELECT LocationName, ActiveCases FROM [FairWarning_Extract].[dbo].[vw_Adastra_Live]) AS s...
January 2, 2018 at 8:28 am
#1974066
Hi All, Thanks for the advice. Got it sorted using a PIVOT and cross apply combination.
Regards
January 2, 2018 at 7:15 am
#1974058
Hi, thanks for the reply but i need to get them into separate columns rather than a single sting ????
Apologies if my example gave the wrong impression.
January 2, 2018 at 4:06 am
#1974030