假设我有以下数据:
我有一个索引餐
在索引餐中,我想要另一个名为比萨饼的索引,以及以下成分:
关系是:餐->披萨->配料
例如,
(meal index)
HAWAIIAN pizza(pizza) using sugar,oil,pineapple,others(ingredients)
Indian pizza(pizza) using curry powder,butter,others(ingredients)
- 如何在 neo4j 中设置嵌套列表?
- 如何设置键值对?
假设我有以下数据:
我有一个索引餐
在索引餐中,我想要另一个名为比萨饼的索引,以及以下成分:
关系是:餐->披萨->配料
例如,
(meal index)
HAWAIIAN pizza(pizza) using sugar,oil,pineapple,others(ingredients)
Indian pizza(pizza) using curry powder,butter,others(ingredients)