Conditions and Operators
Conditions and operators in GeoDin queries - WHERE clause syntax, comparison and logical operators.
Last updated
Was this helpful?
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?
Was this helpful?