數據庫被創建得很好,插入工作得很好。我在下面的select語句中遇到問題。它不返回任何記錄並且沒有錯誤。任何其他領域的選擇工作得很好。任何人都可以發現我做錯了什麼嗎?iPhone SQLite日期問題
"create table if not exists data (pkey integer primary key, doc date)"
[db executeUpdate:@"insert into data (doc) values (?)" , [NSDate date]];
"select * FROM data WHERE doc between '2009-08-23' and '2009-08-23' "
我想使用FMDatabase訪問,但我使用GUI輸入記錄,每次我都沒有得到任何記錄。請檢查我的問題,並建議:http://stackoverflow.com/questions/8772601/date-entry-into-database-through-gui-for-date-which-is-readable-by-fmdatabase – 2012-01-07 20:01:55