ACCESS / AQL

gt operator

.md

The gt operator is a greater than relational operator.

Synonymsafter>

Syntax

with attr.name gt "valuestring"

Example(s)

list invoices with amount gt "500"

list invoices with amount > "500"

See also