ODBC guide

Update a list item


Updates an existing list item by ID.

UPDATE MyList
SET Name = 'Elizabeth', Surname = 'Johnson'
WHERE Id = '123'