摘要: select * from a where a.Status='w' collate Chinese_PRC_CS_AI--区分大小写 --select * from a where a='abCdE' collate Chinese_PRC_CI_AI--不区分大小写SQL语句实现:select * from a where a='AbCdE' collate Chinese_PRC_CS_AI--区分大小写 select * from a where a='abCdE' collate Chinese_PRC_CI_AI--不 阅读全文
posted @ 2012-03-30 15:44 狼-志 阅读(2920) 评论(0) 推荐(0)