明天的明天 永远的永远 未知的一切 我与你一起承担 ??

是非成败转头空 青山依旧在 几度夕阳红 。。。
  博客园  :: 首页  :: 管理

2018年3月25日

摘要: 在MS SQL2005中的方法: 1)select * from user where name collate Chinese_PRC_CS_AS like 'A$%B%' escape '$'; 或者 select * from user where name like 'A$%B%' esca 阅读全文

posted @ 2018-03-25 23:12 且行且思 阅读(769) 评论(0) 推荐(0) 编辑