from dbo.ocm_map_PositionRelation pp left join 

dbo.[fun_GetAsIsPEPropertyExtent](getdate()) ps on pp.PositionId = ps.PositionID

 

 

解决方法:

 

  1. You need CROSS or OUTER APPLY
  2. You need to be on SQL Server 2005+
  3. And most important, the database compatibility needs to be 90 or higher

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-09-02
  • 2021-06-10
  • 2021-12-08
  • 2021-12-30
  • 2021-09-12
猜你喜欢
  • 2022-01-15
  • 2022-12-23
  • 2022-12-23
  • 2021-08-01
  • 2021-06-29
  • 2021-05-19
  • 2022-12-23
相关资源
相似解决方案