select * from ( select ROW_NUMBER() over(partition  by ProductTypeID  order by SortCode  desc  ) rum,* from dbo.T_ProductType_Img img where img.IsDelete='False' 
    ) tem where rum=1

 

相关文章:

  • 2022-12-23
  • 2021-09-06
  • 2021-07-26
  • 2022-12-23
  • 2021-11-29
  • 2022-12-23
  • 2022-01-05
  • 2022-01-25
猜你喜欢
  • 2022-12-23
  • 2021-07-17
  • 2021-11-19
  • 2022-01-12
  • 2022-12-23
  • 2022-12-23
  • 2021-10-17
相关资源
相似解决方案