摘要:
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
阅读(3557)
评论(0)
推荐(0)