# 第三节 过滤数据

- [3.1 WHERE 子句](https://hezhiqiang-book.gitbook.io/mysql/di-yi-zhang/index-2/where-zi-ju.md)
- [3.2 AND 运算符](https://hezhiqiang-book.gitbook.io/mysql/di-yi-zhang/index-2/and-yun-suan-fu.md)
- [3.3 OR 运算符](https://hezhiqiang-book.gitbook.io/mysql/di-yi-zhang/index-2/or-yun-suan-fu.md)
- [3.4 IN 运算符](https://hezhiqiang-book.gitbook.io/mysql/di-yi-zhang/index-2/in-yun-suan-fu.md)
- [3.5 BETWEEN 运算符](https://hezhiqiang-book.gitbook.io/mysql/di-yi-zhang/index-2/between-yun-suan-fu.md)
- [3.6 LIKE 运算符](https://hezhiqiang-book.gitbook.io/mysql/di-yi-zhang/index-2/like-yun-suan-fu.md)
- [3.7 LIMIT 子句](https://hezhiqiang-book.gitbook.io/mysql/di-yi-zhang/index-2/limit-zi-ju.md)
- [3.8 IS NULL 运算符](https://hezhiqiang-book.gitbook.io/mysql/di-yi-zhang/index-2/is-null-yun-suan-fu.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://hezhiqiang-book.gitbook.io/mysql/di-yi-zhang/index-2.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
