07 2019 档案
Excel对比两列数据是否一致函数
摘要:=IF(ISERROR(MATCH(B2,$U$2:$U$3000,0)),"",B2) 阅读全文
posted @ 2019-07-23 14:43 文龙再现 阅读(1316) 评论(0) 推荐(0)
查询的数据排序与查询内容一致
摘要:select * from 表 t where 字段名 in ('1','2','3')order by charindex(','+convert(varchar,字段名)+',','1,2,3,') 阅读全文
posted @ 2019-07-23 14:22 文龙再现 阅读(122) 评论(0) 推荐(0)