Neo4j-Cypher查詢語言-表達式

Cypher裏的表達式包括: 數值(integer or double): 13, 40000, 3.14 字符串: 「hello world」 布爾值: true, false, TRUE, FALSE 識別碼:n, x, rel, myFancyIdentifier, `A name with weird stuff in it[]!` 屬性: n.prop, x.prop, rel.this
相關文章
相關標籤/搜索