Skip to content

Commit af04a92

Browse files
committed
ch 15: update query draft
1 parent 480bbd6 commit af04a92

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

15-tables-files.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,16 @@ The same goes for `_`.
6262
+`a`b!(,1;,3)
6363
```
6464

65+
<!--
6566
Updates to a table have to be done with indexing. An SQL group by query had to
6667
be done with `=`, which returns a dictionary that has to be reconstituted into
67-
a list of lists.
68+
a table.
69+
70+
```
71+
t:+`a`b!(!10;10?10)
72+
,/t@=2!t@`a
73+
```
74+
-->
6875

6976
## File Model
7077
ngn/k's file I/O is based on the UNIX model of file management. It is best to

0 commit comments

Comments
 (0)