You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SELECT `instanceId` AS `instanceId`,@version AS `@version`
FROM v_instance_testSearchObjA1365535933 WHERE `instanceId` IN
( SELECT in('e_instance_testSearchObjA1365535933_left_id_right_id_testSearchObjB1365547061').instanceId AS `_ref_instance_ids`
FROM v_instance_testSearchObjB1365547061 WHERE `name` = 'Jack' ) SKIP 0 LIMIT 200
SUCCESSFUL SQL
SELECT `instanceId` AS `instanceId`,@version AS `@version`
FROM v_instance_testSearchObjA1365535933 LET $refs =
( SELECT in('e_instance_testSearchObjA1365535933_left_id_right_id_testSearchObjB1365547061').instanceId AS `_ref_instance_ids`
FROM v_instance_testSearchObjB1365547061 WHERE `name` = 'lightjiao' )
WHERE `instanceId` IN $refs[0].`_ref_instance_ids` SKIP 0 LIMIT 200
After I tried the latest code pushed to 3.0.x, subquery problem works fine when meet some basic situation with index, like two vertexes and an edge, but somehow it doesn't work well in our situation, can you figure out the reason for us please?
Thanks,
Matt
The text was updated successfully, but these errors were encountered:
OrientDB Version: 3.0.7
Java Version: 1.8
OS: Centos 6.8
FAILED SQL
SUCCESSFUL SQL
Expected behavior
Actual behavior
After I tried the latest code pushed to 3.0.x, subquery problem works fine when meet some basic situation with index, like two vertexes and an edge, but somehow it doesn't work well in our situation, can you figure out the reason for us please?
Thanks,
Matt
The text was updated successfully, but these errors were encountered: