Hi, You can also do: SELECT From SomeClass WHERE deleted IS NOT DEFINED
To get all the records where deleted is not only NULL but not defined at all. Lvc@ On 5 September 2014 00:36, Riccardo Tasso <[email protected]> wrote: > Try with > SELECT From SomeClass WHERE deleted IS NULL > > Riccardo > > > 2014-09-04 22:20 GMT+02:00 Simon L <[email protected]>: > > Is there a way to do something like: >> SELECT FROM SomeClass WHERE NOT EXISTS deleted >> >> -- >> >> --- >> 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. >> > > -- > > --- > 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. > -- --- 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.
