SQLite操作
摘要:创建有主键的表:create table test (pkey varchar(16) primary key, value varchar(10));创建有复合(即key由多个字段联合组成)主键的表:create table test (pkey1 varchar(...
阅读全文
posted @ 2014-04-10 10:57
posted @ 2014-04-10 10:57