Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
では、と..Cypherを使用して 2 つの値の長さを比較するにはどうすればよいですか?Lengthsubstring
Cypher
Length
substring
length(n.VALUE)= length(SUBSTRING(INPUT_STRING, 0,length(n.VALUE)))
この構文を使用すると、常にこの例外が発生します。
SubstringFunction expected to be of type Collection but it is of type String
そのままのlength関数は、コレクションで使用することを意図しています。現在、cypher で文字列の長さを取得する方法はありません。soundexや などの新しい文字列関数を追加する作業を開始しました。charindexこれをやるべきことのスタックに追加しますが、おそらくあと数週間は完成しないでしょう (そして、承認されても、おそらく M05+ としてのみ利用可能になります)。
length
soundex
charindex