The railroad diagram in the manual for "not" has parens around the column, but the parser won't accept this. Same is probably true for exists. E.g.

not ( MyObject() )  // This doesn't work
not MyObject() // Works



Reply via email to