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 Contact return COUNT where name = 'Bob' should return number of deleted records (command without return COUNT works)
Actual behavior
Returns error Error parsing query: delete from Contact return COUNT where name = 'Bob' ^ Encountered " <COUNT> "COUNT "" at line 1, column 28. Was expecting: <BEFORE> ... DB name="amc"
Steps to reproduce
delete from Contact return COUNT where name = 'Bob'
Not sure if documantation is outdated or it is a bug
The text was updated successfully, but these errors were encountered:
OrientDB Version: v2.2.24 (using Docker image orientdb)
Java Version: openjdk version "1.8.0_131"
OS: Alpine Linux v3.6.2
Expected behavior
delete from Contact return COUNT where name = 'Bob'
should return number of deleted records (command withoutreturn COUNT
works)Actual behavior
Returns error
Error parsing query: delete from Contact return COUNT where name = 'Bob' ^ Encountered " <COUNT> "COUNT "" at line 1, column 28. Was expecting: <BEFORE> ... DB name="amc"
Steps to reproduce
delete from Contact return COUNT where name = 'Bob'
Not sure if documantation is outdated or it is a bug
The text was updated successfully, but these errors were encountered: