Skip to content

Instantly share code, notes, and snippets.

@tarilabs
Created March 12, 2014 16:48
Show Gist options
  • Save tarilabs/9511107 to your computer and use it in GitHub Desktop.
Save tarilabs/9511107 to your computer and use it in GitHub Desktop.
memo iOS AddressBook SQLite extract numbers and stuff
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