SQLRef / Quick Reference / Commands / C / CREATE FUNCTION
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 function
Description: create a user-defined function
Syntax:
	CREATE FUNCTION function_name ([type1, ...typeN]) RETURNS return_type
	AS 'object_filename'|'sql-queries'|'builtin_function_name'
	LANGUAGE 'c'|'sql'|'internal';

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

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