Please can someone explain the equivalent of SELECT expand(classes) FROM metadata:schema LIMIT 100
from OrientDB in ArcadeDB ? I've obviously tried the query and also expand(types)
instead but neither work.
Equivalent of metadata:schema
46 Views Asked by Antony At
1
Found it:
To query the schema you can use:
select from schema:types
to retrieve the defined typesselect from schema:indexes
to retrieve the defined indexesselect from schema:database
to retrieve information about database settings