SQLRef / Quick Reference / Commands / C / CREATE OPERATOR
SQLRef Menu:
  • Quick Reference:
  • My Bookmarks
Enter a specific command or browse:

| A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z | All |

Name: create operator
Description: create a user-defined operator
Syntax:
	CREATE OPERATOR operator_name (
	[LEFTARG = type1][,RIGHTARG = type2]
	,PROCEDURE = func_name,
	[,COMMUTATOR = com_op][,NEGATOR = neg_op]
	[,RESTRICT = res_proc][,JOIN = join_proc][,HASHES]
	[,SORT1 = left_sort_op][,SORT2 = right_sort_op]);

Detailed Instructions For:
SQLRef Designed by Quentin Smith, © 2001-2003
Email the webmaster.
348106 hits since January, 2001.

Creative Commons License
This work is licensed under a Creative Commons License.