ACCESS / AQL

every modifier

.md

The every modifier forces comparison on every value, rather than any value.

Synonymseach

Syntax

with {not} every attr.name{operator} {"value"}

Example(s)

list invoices with every quantity.ordered > "200"

Referenced by