Quick Search:
 
 Oracle PL/SQL: Comment an operator Jump to:  
Category: >> Oracle PL/SQL >> Comment an operator  

<< lastnext >>

Snippet Name: Comment an operator

Description: Create a comment for a user-defined operator.

Comment: (none)

Language: PL/SQL
Highlight Mode: PLSQL
Last Modified: March 01st, 2009

COMMENT ON OPERATOR <operator_name>  IS '<comment_text>';
COMMENT ON OPERATOR contains IS 'This is an example of a user-created operator';
 
SET linesize 131
col comments format a60
SELECT *
FROM user_operator_comments;


 
   Home |    Search |    Code Library |    Sponsors |    Privacy |    Terms of Use |    Contact Us © 2003 - 2024 psoug.org