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.
在这个链接中有一个非常基本的例子。
我有一个类,它的名字是“dog”,它有一个“name”属性和一个“childs”属性。“childs”属性类型是 LINKLIST。
当尝试创建一个新的狗对象时,我创建了一个“childs”字段,但我不知道如何填充它。
请指点我一个更完整的教程(实际上我搜索它没有成功)。
您可以使用以下查询:
insert into animal set name = 'dog', children = [<rid>]
<rid>孩子的记录ID在哪里。
<rid>