我有一个不返回数据表,字段_fecha
是TEXT型colunm,我咨询了几个例子而已。sqlite的,我有一个日期字段,
SELECT mae_movintos._id
, mae_movintos._fecha
, mae_movintos._tipo
, mae_movintos._origen
, mae_movintos._destino
, mae_movintos._category
, mae_movintos._monto
, mae_movintos._orden
FROM mae_movintos, mae_cuentas
WHERE mae_cuentas._id = mae_movintos._id
AND strftime('%s',mae_movintos._fecha) = strftime('%s','2016-10-10')
回零分的记录,我有很多记录在这个日期,任何人都可以帮我请 – JoseMG