Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
なぜそれが機能しないのか誰かが知っていますか
bd.rawQuery("SELECT * FROM TABLE_NAME WHERE date(date_start)=?",new String[]{"date('now')"});
私はそれをテストしましたが、問題は、date('now') を sqlite 関数として、文字列として認識しないことだと思います。
これを解決できますか?
ありがとう