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
delete from (select rid from index:A.b_c where key =[#38:10,#33:96])
Delete record(s) '1' in 0,001000 sec(s).
select rid from index:A.b_c where key =[#38:10,#33:96]
----+------+------
# |@CLASS|rid
----+------+------
0 |null |#54:76
----+------+------
The text was updated successfully, but these errors were encountered:
script sql
[Started multi-line command. Type just 'end' to finish and execute]
orientdb {db=a}> begin
orientdb {db=a}> delete from (select rid from index:index:A.b_c where key =[#38:10,#33:100])
orientdb {db=a}> commit
orientdb {db=a}> end
Error: com.orientechnologies.orient.core.exception.OStorageException: Error during transaction commit.
Error: java.lang.IllegalArgumentException: Cluster segment #-2 does not exist in database 'a'
v2.1.9-SNAPSHOT
The text was updated successfully, but these errors were encountered: