master
Matt Huntington 7 years ago
parent 8a6c4c91a6
commit 3edb5820a8

@ -57,4 +57,4 @@ Now we can give people homes like so:
UPDATE people SET home_id = 2 WHERE id = 4;
```
The previous code will find the row with an `id` of 4 and set the `home_id` column to 2;
The previous code will find the row with an `id` of 4 and set the `home_id` column to 2.

Loading…
Cancel
Save