SQLRef / Quick Reference / Commands / C / CREATE AGGREGATE
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 aggregate
Description: define an aggregate function
Syntax:
	CREATE AGGREGATE agg_name [AS] (BASETYPE = data_type, 
	[SFUNC1 = sfunc_1, STYPE1 = sfunc1_return_type]
	[SFUNC2 = sfunc_2, STYPE2 = sfunc2_return_type]
	[,FINALFUNC = final-function]
	[,INITCOND1 = initial-cond1][,INITCOND2 = initial-cond2]);

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

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