Skip to content

Commit

Permalink
Update table.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
Ekwuno authored Aug 29, 2024
1 parent 85c1f13 commit 84bcc91
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The `DEFINE TABLE` statement allows you to declare your table by name, enabling
DEFINE TABLE [ OVERWRITE | IF NOT EXISTS ] @name
[ DROP ]
[ SCHEMAFULL | SCHEMALESS ]
[ TYPE [ ANY | NORMAL | RELATION [ IN | FROM ] @table [ OUT | TO ] @table ] [ ENFORCED ] ]
[ TYPE [ ANY | NORMAL | RELATION [ IN | FROM ] @table [ OUT | TO ] @table [ ENFORCED ]]]
[ AS SELECT @projections
FROM @tables
[ WHERE @condition ]
Expand Down Expand Up @@ -453,4 +453,4 @@ RELATE city:one->road_to->city:three SET

```bash title="Output"
"The record 'city:three' does not exist"
```
```

0 comments on commit 84bcc91

Please sign in to comment.