fun_getNextMonth_lasterWeekday.md
630 Bytes
fun_getNextMonth_lasterWeekday (function)
下个月的最后一周 星期一,星期六
- Type: FUNCTION
-
Returns:
varchar - Deterministic: NO
- SQL data access: CONTAINS SQL
- Created: 2026-04-27 19:10:15
- Last altered: 2026-04-27 19:10:15
Parameters
| # | Mode | Name | Type |
|---|---|---|---|
| 0 | RETURN | `` | varchar(255) |
| 1 | IN | tDate |
datetime |
| 2 | IN | iDay |
int |
Body
Body is not pre-cached. To inspect: mysql --defaults-file=~/.my.cnf -e 'SHOW CREATE FUNCTIONfungetNextMonth_lasterWeekday'._
Narrative
No human-written narrative yet.