摘要: 经发现, 数据库中保存时间格式数据 可以正常 排序, 数据中保存时间格式字符串 排序出现问题 /// <summary> /// 修改时间 /// </summary> public DateTime ModifyTime { get; set; } public string ModifyTime 阅读全文
posted @ 2018-12-13 14:05 enych 阅读(2006) 评论(0) 推荐(0) 编辑
摘要: select * from [LPicture] UPDATE [dbo].[LPicture] SET [picGroup] = '3213' WHERE LPictureid in(1,2); select * from LPicture where LPictureid not in ('') select * from LPicture where LPictureid n... 阅读全文
posted @ 2018-12-13 09:43 enych 阅读(1474) 评论(0) 推荐(0) 编辑