SELECT strftime('%s', timestamp,'localtime') from locationLog WHERE strftime('%s', timestamp,'localtime') > 999999999999999999 ORDER BY _id DESC
返回任何輸出時,我所有的行已經在我的情況「時間戳」
較低的值上面的查詢返回
1334735588
1334735349
1334734317
1334734178
1334734172
and so on...
它返回我的整個表格。
如果我切換>
到<
它不返回任何內容。
我想我想比較不同類型的變量或類似的東西。
我已經想出了完全相同的解決方案,但由於我的名譽低,我只能在幾個小時內回答自己。所以你打敗了時鐘。 (你也教過我關於typeof)非常感謝你的回答。 – Moop