where_condition
Syntax
Description
Syntax |
Description |
---|---|
where_condition |
Judgment condition of where. |
and |
Logical operator: AND |
or |
Logical operator: OR |
not |
Logical operator: NOT |
( |
Start of the subjudgment condition. |
) |
End of the subjudgment condition. |
condition |
Judgment condition. |
exists |
Keyword used to determine whether a non-empty collection exists. If exists is followed by a subquery, then the subquery must contain a judgment condition. |
in |
Keyword used to determine whether attributes are in the same collection. |
attrs_value_set_expr |
Collection of attribute values. |
attr_expr |
Attribute expression. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot