Replies: 1 comment
-
Hi, No, basic target cannot have more than one class ( what you refer as table), the only statement that support multiple targets is the pattern matching Bye |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to ask some questions about OrientDB, does OrientDB support multi-table operations now?
For example, the following SQL statement:
“UPDATE consumption_2,weibo SET consumption_2.product_type='update_type', weibo.gender = 'f' WHERE consumption_2.id=weibo.id AND weibo.id=5”
Beta Was this translation helpful? Give feedback.
All reactions