not ( MyObject() ) // This doesn't work not MyObject() // Works
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.
