From 0f2ab81947fe836ef1eafcdd3ee551f826fcb514 Mon Sep 17 00:00:00 2001 From: Costas K <11378310+kacos2000@users.noreply.github.com> Date: Wed, 26 Jun 2019 15:29:16 +0300 Subject: [PATCH] IOS --- AddressBook_sqlite.sql | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/AddressBook_sqlite.sql b/AddressBook_sqlite.sql index c70bc6b..176d67a 100644 --- a/AddressBook_sqlite.sql +++ b/AddressBook_sqlite.sql @@ -1,6 +1,10 @@ -- IOS -- Database: Home\Library\AddressBook\AddressBook.sqlitedb +-- Z_PK = Primary Key (unique identifier) for the entity, +-- Z_ENT = is the entity ID (every entity of a particular type has the same entity ID) +-- Z_OPT = number of times an entity has been changed + Select ABAccount.AccountIdentifier, abstore.Name as 'Store',