March 2018
Beginner to intermediate
422 pages
10h 33m
English
To update the phone number of an existing contact, we use the following code:
query = 'UPDATE contacts SET contactnumber=? WHERE contactnumber=? AND name=?'parameters = (newphone, old_phone_number, name)self.execute_db_query(query, parameters)
Read now
Unlock full access