Search code examples
orientdb

How to list all ORecordBytes in OrientDB?


I'm using the ORecordBytes to store binaries and like to list them all but the command select * from ORecordBytes is not recognised.


Solution

  • You can select all ORecordBytes stored in OrientDB using the SQL command :

    select * from cluster:default