博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
sqlite的时间筛选字段
阅读量:6832 次
发布时间:2019-06-26

本文共 228 字,大约阅读时间需要 1 分钟。

唉,需要不停的踩坑呀

commandText = commandText + string.Format("where [CollectDateTime] <'{0}' and [CollectDateTime]>'{1}'", end.ToString("yyyy-MM-dd HH:mm:ss"), start.ToString("yyyy-MM-dd HH:mm:ss"));

时间必须转换成这种格式才可以筛选

yyyy-MM-dd HH:mm:ss

 

转载地址:http://xdtkl.baihongyu.com/

你可能感兴趣的文章