Skip to content

Commit

Permalink
Update 4.describe-space.md (#1336)
Browse files Browse the repository at this point in the history
  • Loading branch information
foesa-yang committed May 7, 2022
1 parent 9600e58 commit 984c550
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs-2.0/3.ngql-guide/9.space-statements/4.describe-space.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ The `DESCRIBE SPACE` statement is different from the `SHOW SPACES` statement. Fo

```ngql
nebula> DESCRIBE SPACE basketballplayer;
+----+--------------------+------------------+----------------+---------+------------+--------------------+-------------------------------+---------+
| ID | Name | Partition Number | Replica Factor | Charset | Collate | Vid Type | Zones | Comment |
+----+--------------------+------------------+----------------+---------+------------+--------------------+-------------------------------+---------+
| 1 | "basketballplayer" | 10 | 1 | "utf8" | "utf8_bin" | "FIXED_STRING(32)" | "default_zone_127.0.0.1_9779" | |
+----+--------------------+------------------+----------------+---------+------------+--------------------+-------------------------------+---------+
+----+--------------------+------------------+----------------+---------+------------+--------------------+---------+
| ID | Name | Partition Number | Replica Factor | Charset | Collate | Vid Type | Comment |
+----+--------------------+------------------+----------------+---------+------------+--------------------+---------+
| 1 | "basketballplayer" | 10 | 1 | "utf8" | "utf8_bin" | "FIXED_STRING(32)" | |
+----+--------------------+------------------+----------------+---------+------------+--------------------+---------+
```

<!--
Expand Down

0 comments on commit 984c550

Please sign in to comment.