aiaiDBA

加微信获取免费职业规划+学习资料,了解年薪50万的DBA是如何练成的

13718043309

010-86462881

PLW-05020: parameter name must be an identifier

PLW-05020: parameter name must be an identifier
Cause: A string literal was used as the parameter name in a call that used named notation.
Action: Change the code to use an identifier for the parameter name.

请先 登录 后评论

1 个回答

小智
PLW-05020:参数名称必须是标识符,
.原因:使用字符串文字作为使用命名符号的调用中的参数名称。,
.操作:更改代码以使用参数名称的标识符。,
.
请先 登录 后评论