**Source URL:** https://limited.veevavault.dev/vql/operators

# 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 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)