**Source URL:** https://general.veevavault.dev/vql/operators.md

# Operators

Use comparison and logical operators in a [WHERE clause](/vql/clauses/where) to filter results from a VQL query. You can also use certain logical operators in the [FIND search string](/vql/clauses/find).

<LandingPageList>

* [Comparison Operators](/vql/operators/comparison-operators/)
* [Logical Operators](/vql/operators/logical-operators/)
* [Operator Limitations](/vql/operators/operator-limitations/)

</LandingPageList>

---

**Previous:** [AS](/vql/clauses/as)  
**Next:** [Comparison Operators](/vql/operators/comparison-operators)