我有一個不返回數據表,字段_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