摘要: sql server查询中出现 将字符串转换为 uniqueidentifier 时失败异常 原因为id设置为uniqueidentifier 字段,在where查询时需要做转换cast(id as varchar(36)),例如 select * from test where cast(id a 阅读全文
posted @ 2018-03-08 14:37 幸福安康 阅读(4621) 评论(0) 推荐(0) 编辑