摘要: 自增字段的类型:integer 此类型为int 64类型,所以代码时,需要注意转换取最后一次插入是自增的id: last_insert_rowid(),功能与sql的@@identity 一样top功能的语句:select * FROM B_Issue order by issue desc , rowid limit 0,10 阅读全文
posted @ 2013-04-27 12:57 叮/当 阅读(232) 评论(0) 推荐(0) 编辑