2011-08-30 26 views

回答

0

SQLite中的ROWID是“INTEGER PRIMARY KEY”的别名。

 select * from myTable where foo = {the rowid value in question} 

     (where foo is the name you have given to the integer primary key column in the CREATE TABLE statement)