Hi
I have a database like below
class A has property address embedded linked class B
class B has property city string, street string
class C has property oldStreet, oldCity
such a query is executed
insert into A set address = {"city":"Kiev","street":"Kreschatik", "@type" :
"d", "@class" : "B"}
record #15:0 contains {"oldCity ":"Kiev","oldStreet":"Kreschatik"}
and such a query does not executed
insert into A set address = (select oldStreet, oldCity from #15:0)
how to add "@type" : "d", "@class" : "B"?
--
---
You received this message because you are subscribed to the Google Groups
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.