DROP OPERATOR
Deletes the definition of an operator.
Syntax
DROP OPERATOR [ IF EXISTS ] name ( { left_type | NONE } , { right_type | NONE } );
Description
- name
Name of an existing operator.
- left_type
Data type of the left operand for the operator; if there is no left operand, write NONE.
- right_type
Data type of the right operand for the operator; if there is no right operand, write NONE.
Examples
For details, see 8.12.8.32-Examples in section "CREATE OPERATOR."
Helpful Links
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