星宿.net

星星的随笔

博客园 首页 新随笔 联系 订阅 管理
  31 Posts :: 0 Stories :: 255 Comments :: 18 Trackbacks

08 2007 档案

摘要: SQL语句进行left join的时候发生Cannot resolve collation conflict for equal to operation.错误加入database_default就可以了如LEFT JOIN @CorePartTemp cpt on o.Part = cpt.ProductId COLLATE database_default阅读全文
posted @ 2007-08-02 16:15 星宿.NET 阅读(2975) | 评论 (0) 编辑