ACCESS / AQL
without modifier
.mdThe without modifier negates the normal rules for selection criteria. if no, with no, and with not are identical to without.
Syntax
without attr.name
Example(s)
This is essentially the same
as with no phone.
list entity without phone
It could also be stated as:
list entity with phone = ""