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.
データベースにはたくさんの俳優と映画があります。映画にはタイトルがあり、プロパティ名としてタイトルを持つすべてのプロパティを「名前」に変換したいと考えています。サイファー経由でこれを行いたいと思います。ありがとう!
start n=node(*) where has(n.title) set n.name = n.title delete n.title return count(*);