sqllite 插入一个日期字段(当前日期)??INSERT INTO 【table】 VALUES (444,85,2,datetime,'text>')不能写入, 红色的datetime 应该换成什么函数呢,我用的数据库是 sqllite[解决办法]函数:
datetime('now')