Get a contact by ID
Returns a single contact by ID. Supply the contact ID in the WHERE clause.
SELECT * FROM Contacts
WHERE Id=51
Returns a single contact by ID. Supply the contact ID in the WHERE clause.
SELECT * FROM Contacts
WHERE Id=51