SELECT model_name,
MAX(case when attr_key='name' then attr_value END) as name,
max(case when attr_key='Description' then attr_value END) as Description,
max(case when attr_key='Temperature' then attr_value END) asTemperature,
max(case when attr_key='Pressure' then attr_value END) as Pressure,
max(case when attr_key='Pressure' then attr_value END) as Pressure,
max(case when attr_key='Shop' then attr_value END) as Shop
FROM P_MODEL_DESIGN_ATTR
group by model_name

相关文章:

  • 2021-09-14
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-10
  • 2022-12-23
  • 2021-11-28
猜你喜欢
  • 2021-09-02
  • 2023-03-11
  • 2022-12-23
  • 2021-09-27
  • 2022-12-23
  • 2021-08-29
相关资源
相似解决方案