Viewing post 1 (of 1 total)
I tried TonyJ's suggestion since it was easy enough for me.
select
FirstName
, lastName
, max(Case when ContractType = 'Fixed' then ContractType else '0' end)
+ ',' + max(Case when ContractType...
March 3, 2008 at 9:46 am
#784510