ANY Connective

ANY is a throwaway connective that can be used in an INFO/ACCESS query to make it sound more like an English-language sentence. It has no effect.

Example

These two statements produce the same report:

>LIST ANY ORDERS WITH TOTAL.AMT < "100" AND > "25"

 

>LIST ORDERS WITH TOTAL.AMT < "100" AND  > "25"

The ANY connective is ignored in the first statement.

See Also

Using INFO/ACCESS Connectives, Modifiers and Options

Connectives

Relational Operators

Modifiers

Options

Connectives, Modifiers and Options Summary