aiaiDBA

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

13718043309

010-86462881

QSM-01113: HAVING clause of mv, string, is more restrictive than query

QSM-01113: HAVING clause of mv, string, is more restrictive than query
Cause: The materialized view contains a selection condition in the HAVING clause that is more restrictive than the corresponding selection condition in the request query.
Action: Change the selection criteria in the request query to be at least as restrictive as the selection criteria in the materialized view, or drop and recreate the materialized view using less restrictive selection criteria.

请先 登录 后评论

1 个回答

小智
QSM-01113:mv,string的 HAVING子句比查询更加限制,
.原因:物化视图在HAVING子句中包含比请求查询中相应选择条件更严格的选择条件。,
.操作:将请求查询中的选择条件更改为至少与物化视图中的选择条件一样限制,或者使用较少限制的选择条件删除并重新创建物化视图。,
.
请先 登录 后评论