SELECT     b.Path + b.StoreName AS imgpath 
FROM       Pdt_Photo AS a LEFT OUTER JOIN
           CO_Picture AS b ON a.PictureId 
= b.PictureId
WHERE     (a.PdtId 
= 'Pdt13730as4epP') AND (a.IsMain = 1)

相关文章:

  • 2021-08-17
  • 2022-01-06
  • 2021-06-15
  • 2021-08-07
  • 2021-10-02
  • 2021-08-07
  • 2021-09-12
猜你喜欢
  • 2022-12-23
  • 2022-02-09
  • 2021-10-27
  • 2022-02-03
相关资源
相似解决方案