Description: Create a comment for a user-defined operator.
Comment: (none)
Language: PL/SQL Highlight Mode: PLSQL Last Modified: March 01st, 2009
COMMENTONOPERATOR<operator_name>IS'<comment_text>';COMMENTONOPERATOR contains IS'This is an example of a user-created operator';SET linesize 131
col comments format a60
SELECT*FROM user_operator_comments;