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
It created a property in my class now "following.rid"(which is supposedly not and should return an error since that property name is not valid).
Now I want to drop this property because it is so annoying.
But as expected it returns an error since first of all following.rid is not a valid property.
This is my DROP property syntax:
DROP PROPERTY class_name.following.rid
returns:
Error: com.orientechnologies.orient.core.sql.OCommandSQLParsingException: Error on parsing command at position #39: Expected .. Use DROP PROPERTY .
Command: DROP PROPERTY class_name.following.rid
Can you please check this one? thanks.
The text was updated successfully, but these errors were encountered:
Hello,
My Database is in partial-mode schema.
When I query accidentally like this
UPDATE class_name set following.rid = "Hello"
It created a property in my class now "following.rid"(which is supposedly not and should return an error since that property name is not valid).
Now I want to drop this property because it is so annoying.
But as expected it returns an error since first of all following.rid is not a valid property.
This is my DROP property syntax:
DROP PROPERTY class_name.following.rid
returns:
Error: com.orientechnologies.orient.core.sql.OCommandSQLParsingException: Error on parsing command at position #39: Expected .. Use DROP PROPERTY .
Command: DROP PROPERTY class_name.following.rid
Can you please check this one? thanks.
The text was updated successfully, but these errors were encountered: