SQLITE 连接字符串 并且获取当前时间
<br />select * from Customer_CheckIn where status= 4 and<br />CheckInTime< substr(datetime(CURRENT_TIMESTAMP,'localtime'),0,11)||' 06:00:00'<br /> <br />字符串拼接 用 “||”<br /> <br />获取当前时间 datetime(CURRENT_TIMESTAMP,'localtime')<br />
原创
2011-05-16 20:21:00 ·
2903 阅读 ·
0 评论