摘要:
经发现, 数据库中保存时间格式数据 可以正常 排序, 数据中保存时间格式字符串 排序出现问题 /// <summary> /// 修改时间 /// </summary> public DateTime ModifyTime { get; set; } public string ModifyTime 阅读全文
摘要:
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... 阅读全文