摘要:
select * fromtable1 where ID not in (select ID from table2 ) 无法解决 equal to 操作中 "SQL_Latin1_General_CP1_CI_AS" 和 "Chinese_PRC_CI_AS" 之间的排序规则冲突。--解决办法select * fromtable1 where ID COLLATE Chinese_PRC_CI_... 阅读全文
posted @ 2009-02-10 11:35
伊凡
阅读(3554)
评论(0)
推荐(0)
浙公网安备 33010602011771号