Hi there-

I cannot seem to find the SQL command to delete a schemaless property from 
a single Vertex.

I can set it to NULL, but I want to delete it entirely.

update OUser set my_schemaless_property=NULL where name="johnsmith"

NOTE: I'm using mixed schema mode.
The DROP PROPERTY command doesn't seem to work for schemaless properties in 
my case.
Example of trying to delete a schemaless property:

drop property OUser.myProperty

Error: com.orientechnologies.orient.core.exception.OSchemaException: 
Property 'myProperty' not found in class OUser'

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to