sqlite> SELECT * FROM RawResponseTimes WHERE CreationTime <= 2011-06-14 17:17:23;
Error: near ":17": syntax error
一切似乎都很好,但是对小时17不满意,是什么给出的?
使用SQLite.
Nei*_*ght 28
看起来你错过了'约会对象.
SELECT * FROM RawResponseTimes WHERE CreationTime <= '2011-06-14 17:17:23';
Ova*_*tri 25
将数据值保存在单引号中......
sqlite> SELECT * FROM RawResponseTimes WHERE CreationTime <= '2011-06-14 17:17:23';
| 归档时间: | 
 | 
| 查看次数: | 64530 次 | 
| 最近记录: |