mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-07 17:18:24 +08:00
fixed 03820fc from https://gitee.com/Suomm/mybatis-flex/pulls/105
doc: 更新函数使用说明。
This commit is contained in:
parent
5f689b081c
commit
19fb3fb1ad
@ -127,18 +127,8 @@ FROM tb_account
|
||||
|
||||
|
||||
|
||||
目前,MyBatis-Flex 内置的函数支持如下:
|
||||
|
||||
- count
|
||||
- max
|
||||
- min
|
||||
- avg
|
||||
- sum
|
||||
- year
|
||||
- month
|
||||
- day
|
||||
- convert
|
||||
- concat
|
||||
目前,MyBatis-Flex 基本支持所有 SQL
|
||||
函数,查看已支持的 [所有函数](https://gitee.com/mybatis-flex/mybatis-flex/blob/main/mybatis-flex-core/src/main/java/com/mybatisflex/core/const/FuncName.java)。
|
||||
|
||||
更多的函数,用户可以参考 [QueryMethods](https://gitee.com/mybatis-flex/mybatis-flex/blob/main/mybatis-flex-core/src/main/java/com/mybatisflex/core/query/QueryMethods.java)
|
||||
,然后再自己的项目里进行自定义扩展。
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user