db: fixed unclear example
This commit is contained in:
parent
986a020a8e
commit
9ae23985e4
@ -36,7 +36,7 @@ Caution: the delete operation also accepts tables as valid arguments so a query
|
|||||||
### Updating entries
|
### Updating entries
|
||||||
|
|
||||||
```
|
```
|
||||||
update table set attribute=123 where def='abc';
|
update tableName set attribute=123 where def='abc';
|
||||||
```
|
```
|
||||||
|
|
||||||
The above updates an attribute based on the condiftion `where def='abc'`.
|
The above updates an attribute based on the condiftion `where def='abc'`.
|
||||||
|
Loading…
Reference in New Issue
Block a user