2.插入一条数据
3.更新一条数据
4.查询数据
5.删除数据
6.模糊查询
7.倒叙排列(默认正)
</code>
</code>
</code>
</code>
</code>
</code>
</code>
</code>
一、用的SQLite Database Browser打开。
二、打开之后,可以打开联络人.sulitedb(或者ADDRESS.sqlitedb),然后选择标签Execute
SQL,在SQL string: 里输入下面的语句:
select abperson.rowid,abperson.first,abperson.last,ABMultiValue.value from abperson
,ABMultiValue where abperson.rowid=ABMultiValue.record_id
三、然后单击Execute query,就可以把号码和联系人对应起来了。
1、用的SQLite Database Browser打开。
2、打开之后,可以打开联络人.sulitedb(或者ADDRESS.sqlitedb),然后选择标签Execute
SQL,在SQL string: 里输入下面的语句:
select abperson.rowid,abperson.first,abperson.last,ABMultiValue.value from abperson
,ABMultiValue where abperson.rowid=ABMultiValue.record_id
3、然后单击Execute query,就可以把号码和联系人对应起来了。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)