Fun_GetTrunkQty.md
569 Bytes
Fun_GetTrunkQty (function)
获取TrunkQty
- Type: FUNCTION
-
Returns:
varchar(100) - Deterministic: NO
- SQL data access: CONTAINS SQL
- Created: 2026-04-27 19:10:16
- Last altered: 2026-04-27 19:10:16
Parameters
| # | Mode | Name | Type |
|---|---|---|---|
| 1 | IN | p_sProductStyle |
varchar(255) |
| 2 | IN | p_dProductQty |
decimal(18,6) |
Body
Body is not pre-cached. To inspect: mysql --defaults-file=~/.my.cnf -e 'SHOW CREATE FUNCTIONFunGetTrunkQty'._
Narrative
No human-written narrative yet.