これが私の試みです:
rs = statement.executeQuery("select * from geninfo where DeviceTag='" + deviceTag + "' and timestamp='date('"+fromYear + "-" +fromMonth + "-" + fromDay + "')';");
これは次のようになります。
select * from geninfo where timestamp='date('2013-07-08')';
エラーは(near "2013": syntax error)
格納される値は「2013-07-08 09:08:51」です。
特定の日のすべてのデータを選択したい。また、別の列を日付オブジェクトとして保存する方が簡単でしょうか?