On Monday, May 20, 2013 at 6:20:24 PM UTC-4, Lvc@ wrote:If you remove a document is your responsibility to clean all the references.
--
---
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 orient-databa...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
select customFields from (
select expand(classes) from metadata:schema
) where name="YourClassName"
and
select customFields from (
select expand(properties) from (
select expand(classes) from metadata:schema
) where name="YourClassName"
) where name="PropertyName"