Skip to content

Commit c59abe7

Browse files
committed
Fix data.tql in the console manual
1 parent 303b82a commit c59abe7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

manual/modules/ROOT/examples/tql/insert_data.tql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// tag::simple-insert[]
12
// tag::insert-keyword[]
23
insert
34
// end::insert-keyword[]
@@ -10,3 +11,4 @@ insert
1011
$b isa user, has username "Bob", has email "bob@typedb.com";
1112
friendship (friend: $a, friend: $b);
1213
// end::insert-users-friendship[]
14+
// end::simple-insert[]

0 commit comments

Comments
 (0)