2.0 使用与release note 不符

根据release note,

然而

(root@nebula) [nba]> YIELD time()
+----------+
| time()   |
+----------+
| 7:58:1:0 |
+----------+
Got 1 rows (time spent 242/3188 us)

Tue, 03 Nov 2020 15:58:01 CST

(root@nebula) [nba]> YIELD datetime()
[ERROR (-7)]: SyntaxError: syntax error near `datetime'

Tue, 03 Nov 2020 15:58:11 CST

(root@nebula) [nba]> YIELD date()
[ERROR (-7)]: SyntaxError: syntax error near `date'

Tue, 03 Nov 2020 15:58:23 CST

是我语法不对吗

这里是指内部支持,用户使用需要等 https://github.com/vesoft-inc/nebula-graph/pull/371

1 个赞