vault backup: 2024-01-01 23:24:40

This commit is contained in:
2024-01-01 23:24:40 -05:00
parent bea96f43e0
commit ecba5522ef

View File

@@ -80,7 +80,11 @@ SELECT ->likes->friend.name AS friends FROM person:tobie;
SELECT *, (SELECT * FROM events WHERE type = 'activity' LIMIT 5) AS history FROM user; SELECT *, (SELECT * FROM events WHERE type = 'activity' LIMIT 5) AS history FROM user;
``` ```
### Multoi ### Multiple targets with `FROM`
```SQL
```
### `UPDATE` examples ### `UPDATE` examples
```SQL ```SQL