-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(qualify) 分类名称长度过长,导致宏变量被赋为缺失值 (#41)
select into 语句赋值给宏变量的默认长度为 200,如果 select 结果的长度超出 200,则会导致宏变量被赋为缺失值,需使用 length 语句手动指定字符串的长度
- Loading branch information
1 parent
024b9c9
commit cb80733
Showing
2 changed files
with
86 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters