Zkuste dotaz níže;-
select * from (select cars, item,value from carTable) pivot(max(value) for item in ('wheels', 'color', 'price'))
Zkuste dotaz níže;-
select * from (select cars, item,value from carTable) pivot(max(value) for item in ('wheels', 'color', 'price'))