自拍偷在线精品自拍偷,亚洲欧美中文日韩v在线观看不卡

alter_function 中文man頁面

系統(tǒng)
ALTER FUNCTION 修改一個函數(shù)的定義,目前唯一的功能是修改它的名字。

NAME

ALTER FUNCTION - 修改一個函數(shù)的定義

SYNOPSIS

ALTER FUNCTION name ( [ type [, ...] ] ) RENAME TO newname

DESCRIPTION 描述

ALTER FUNCTION 修改一個函數(shù)的定義,目前***的功能是修改它的名字。  

PARAMETERS 參數(shù)

name

 一個現(xiàn)有的函數(shù)的名字(可以有模式修飾)。
type

 該函數(shù)參數(shù)的數(shù)據(jù)類型。
newname

 函數(shù)的新名字。

EXAMPLES 例子


 把名字為 sqrt,參數(shù)類型為 integer 的函數(shù)重命名為 square_root:

ALTER FUNCTION sqrt(integer) RENAME TO square_root;

COMPATIBILITY 兼容性


 在 SQL 標準里有一個 ALTER FUNCTION 語句,但是它并沒有提供重命名函數(shù)的選項。  

SEE ALSO 參見

CREATE FUNCTION [create_function(7)], DROP FUNCTION [drop_function(l)]

#p#

NAME

ALTER FUNCTION - change the definition of a function

SYNOPSIS

ALTER FUNCTION name ( [ type [, ...] ] ) RENAME TO newname

DESCRIPTION

ALTER FUNCTION changes the definition of a function. The only functionality is to rename the function.  

PARAMETERS

name
The name (optionally schema-qualified) of an existing function.
type
The data type of an argument of the function.
newname
The new name of the function.

EXAMPLES

To rename the function sqrt for type integer to square_root:

ALTER FUNCTION sqrt(integer) RENAME TO square_root;

COMPATIBILITY

There is an ALTER FUNCTION statement in the SQL standard, but it does not provide the option to rename the function.  

SEE ALSO

CREATE FUNCTION [create_function(7)], DROP FUNCTION [drop_function(l)]

責任編輯:韓亞珊 來源: CMPP.net
相關(guān)推薦

2011-08-24 09:02:10

ALTER AGGRE中文man

2011-08-24 09:29:18

alter_group中文man

2011-08-24 09:18:45

alter_datab中文man

2011-08-24 09:45:14

alter_table中文man

2011-08-24 09:39:10

alter_schem中文man

2011-08-24 09:48:46

alter_trigg中文man

2011-08-24 09:22:30

alter_domai中文man

2011-08-24 09:32:13

alter_langu中文man

2011-08-24 09:14:47

alter_conve中文man

2011-08-24 09:42:15

alter_seque中文man

2011-08-24 09:51:53

alter_user中文man

2011-08-24 11:05:36

CREATE FUNC中文man

2011-08-24 14:22:11

DROP FUNCTI中文man

2011-08-24 09:36:00

alter_opera中文man

2011-08-24 16:48:36

man中文man

2011-08-15 10:21:09

man中文man

2011-08-11 16:11:49

at中文man

2011-08-25 10:21:56

man.conf中文man

2011-08-15 15:02:31

usleep中文man

2011-09-23 13:59:40

find中文man
點贊
收藏

51CTO技術(shù)棧公眾號