Update
Update a row.
1. Select
First, select a row and store it in a variable. Read more about selecting here.
2. Update
You update a row's columns like this:
3. Save
You need to save/commit your changes whenever you've updated a row.
Last updated