-
Notifications
You must be signed in to change notification settings - Fork 872
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
insert into A from ( select @rid as link from B ) dont work #2408
Comments
Duplication #2404 |
i m sorry for the duplication :( Returning anyway to multiple insert :
Alfo |
Have you tried insert into aa from select from bb |
orientdb {test3}> insert into aa from select from bb Inserted record '[]' in 0,001000 sec(s). I suppose it is still a array empty |
Weird, we've test cases on that. Are you using 1.7? |
yes, 1.7.rc2
|
I have a simple class A { B link }
where B is a class
insert into A from ( select @Rid as link from B )
dont work
The text was updated successfully, but these errors were encountered: