aiaiDBA

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

13718043309

010-86462881

LPX-01004: [XPTY0004] Expression type does not match a required type

LPX-01004: [XPTY0004] Expression type does not match a required type
Cause: It is a type error if, during the static analysis phase, an expression is found to have a static type that is not appropriate for the context in which the expression occurs, or during the dynamic evaluation phase, the dynamic type of a value does not match a required type as specified by the matching rules in 2.5.4 SequenceType Matching.
Action: Check the expression type.

请先 登录 后评论

1 个回答

小智
LPX-01004:[XPTY0004]表达式类型与所需类型不匹配,
.原因:如果在静态分析阶段发现表达式具有不适用于表达式发生的上下文的静态类型,或者在动态评估阶段,值的动态类型为类型错误与2.5.4 SequenceType Matching中的匹配规则所指定的所需类型不匹配。,
.操作:检查表达式类型。,
.
请先 登录 后评论