如何在Android SQLite中基于特定列和月对表行进行排序?

时间:2016-09-19 08:37:43

标签: android database sqlite unix-timestamp

我的表看起来像这样:

_id         amount      merchant                category    date        note
15          50000       Mithu Roy               Maintenanc  1473825600  Android
18          7852        efefefwe                Bills       1474084800  efeffwf
21          463         trhth                   Bills       1473912000  thth

我想根据月份计算总金额。

问题:

  1. 日期在Unix时间戳中。
  2. 我不知道如何从 UNIX时间戳中获取该月份,这就是为什么我无法查询数据库以获取所有月份特定金额的原因

0 个答案:

没有答案