Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jude-zhu committed May 14, 2020
1 parent b9f8b5d commit 8bdc980
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
Nebula Graph 中,支持用科学计数法表示 Double 类型。例如:

```ngql
nebula> CREATE TAG test1(price DOUBLE)
nebula> INSERT VERTEX test1(price) VALUES 100:(1.2E3)
nebula> CREATE TAG test1(price DOUBLE);
nebula> INSERT VERTEX test1(price) VALUES 100:(1.2E3);
```

0 comments on commit 8bdc980

Please sign in to comment.