标签:style color strong 数据 io line
COLLATE 一个子句,可应用于数据库定义或列定义以定义排序规则,或应用于字符串表达式以应用排序规则投影。1.用 sp_helpdb 库名2.在status列找到Collation=排序规则3.select * from 表 where 列 collate 排序规则 not in (select 列 collate 排序规则 from DB2.表)
这两个排序规要统一成一个SQL:无法解决 equal to 操作的排序规则冲突。,布布扣,bubuko.com
标签:style color strong 数据 io line
原文地址:http://www.cnblogs.com/Memos/p/3824590.html