create-function

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

create-function [2015/09/23 20:27]
127.0.0.1 external edit
create-function [2015/10/16 11:35]
dmtolpeko
Line 1: Line 1:
-====== CREATE FUNCTION Statement ​- PL/​HQL ​======+====== CREATE FUNCTION Statement ======
  
 CREATE FUNCTION statement allows you to create a user-defined SQL function. CREATE FUNCTION statement allows you to create a user-defined SQL function.
Line 52: Line 52:
 **Compatibility:​** Oracle, Teradata, IBM DB2, Microsoft SQL Server, PostgreSQL, MySQL and Netezza **Compatibility:​** Oracle, Teradata, IBM DB2, Microsoft SQL Server, PostgreSQL, MySQL and Netezza
  
-**Version**: ​PL/HQL 0.3.1+**Version**: ​HPL/HQL 0.3.1
  
 See also: See also:
   * [[udf-sproc|User-Defined Functions and Stored Procedures]]   * [[udf-sproc|User-Defined Functions and Stored Procedures]]
   * [[call|CALL]]   * [[call|CALL]]
 +  * [[create-package|CREATE PACKAGE]]
   * [[create-procedure|CREATE PROCEDURE]]   * [[create-procedure|CREATE PROCEDURE]]
   * [[include|INCLUDE]]   * [[include|INCLUDE]]