For the complete documentation index, see llms.txt. This page is also available as Markdown.

Conditions and Operators

Conditions and operators in GeoDin queries - WHERE clause syntax, comparison and logical operators.

Query conditions filter the result set using comparison operators (=, <>, <, >, <=, >=, LIKE) and logical operators (AND, OR, NOT).

Conditions can be combined into complex expressions, including subqueries and parameter substitution. GeoDin translates the Query Builder's visual rules into standard SQL that runs against the underlying database.

For the comprehensive reference - full syntax, all options, edge cases - see Query Builder Reference.

Last updated

Was this helpful?