I need help with a sqlite query, i pulled my phonebook from my Iphone and opened it with SQLite database broswer, now I need a string to query the DB, I need to view the names and numbers anyone got a SQL string for this as I in’t got a clue
Update
table abperson (This table holds the names)
table abmultivalue (This table holds the numbers)
So what I want to do is query the DB to show both the names and numbers on one sheet make sence?