insert into Print (printChannelStyleId,TemplateResourceID,CreateDate) 
select a.id, b.id,getdate() from PrintStyle as a,Template as b where  a.catalogId in (27,28,29) 
and b.BindType=a.styleCode 

相关文章:

  • 2022-12-23
  • 2021-06-13
  • 2022-12-23
  • 2022-12-23
  • 2021-07-07
  • 2021-12-14
  • 2021-05-30
  • 2021-09-01
猜你喜欢
  • 2022-03-02
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-31
  • 2021-08-03
相关资源
相似解决方案