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.
entrytime を「2012-09-12_12:45」形式で SQLite テーブルに保存しましたが、08:00 から 19:00 までのすべてのエントリを検索する必要があります。そのような種類のエントリを見つけるためのクエリを提案してください。
SELECT * FROM MyTable WHERE substr(MyColumn, 12, 5) BETWEEN '08:00' AND '19:00'