Hi, You can sort out all other classes by instanceof operator https://github.com/orientechnologies/orientdb/wiki/SQL-Where#operators .
On Wed, Jun 18, 2014 at 3:19 PM, Dmitry <[email protected]> wrote: > > Hi! > > Suppose I have a class hierarchy, such as MyAccount extends BaseAccount. > > Can I read records of concrete class without class hierarchy? > > I mean: > 1) select from MyAccount (only) > 2) select from BaseAccount (only) > 3) select from BaseAccount (including MyAccount) > > Question regarding point 2. > > Thanks. > > -- > > --- > 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. > -- Best regards, Andrey Lomakin. Orient Technologies the Company behind OrientDB -- --- 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.
