mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-08 09:38:26 +08:00
update "Mybatis" to "MyBatis", close #I72DWO
This commit is contained in:
parent
7b189182e9
commit
5155d8a047
@ -417,7 +417,7 @@ QueryWrapper queryWrapper = QueryWrapper.create()
|
|||||||
.offset(20);
|
.offset(20);
|
||||||
```
|
```
|
||||||
|
|
||||||
MySql 下执行的代码如下:
|
MySQL 下执行的代码如下:
|
||||||
```sql
|
```sql
|
||||||
SELECT * FROM `tb_account` ORDER BY `id` DESC LIMIT 20, 10
|
SELECT * FROM `tb_account` ORDER BY `id` DESC LIMIT 20, 10
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user