如何将数据插入到Orient DB中的嵌入式地图中?
How to Insert data into embedded Map in Orient DB?
我有 Class 个联系人姓名,它具有以下属性。
名称,类型字符串
phone,类型 embeddedMap ,link 类型字符串..
我想使用查询插入数据..
请帮我做这件事。
谢谢。
create vertex Contacts set name="pippo",phone={"home":"55555555","mobile":"8888888"},link="http://qwertyuiop"
我有 Class 个联系人姓名,它具有以下属性。
名称,类型字符串 phone,类型 embeddedMap ,link 类型字符串..
我想使用查询插入数据.. 请帮我做这件事。 谢谢。
create vertex Contacts set name="pippo",phone={"home":"55555555","mobile":"8888888"},link="http://qwertyuiop"