Created
March 12, 2014 16:48
-
-
Save tarilabs/9511107 to your computer and use it in GitHub Desktop.
memo iOS AddressBook SQLite extract numbers and stuff
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT * from ABPerson join ABMultiValue on ABPerson.ROWID = ABMultiValue.record_id where ABPerson.First LIKE '%name%' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment