DROP FUNCTION
語法
DROP FUNCTION [ IF EXISTS ] name
[ ( [ [ argmode ] [ argname ] argtype [, ...] ] ) ]
[, ...]
[ CASCADE | RESTRICT ]說明
參數
範例
相容性
參閱
Last updated
Was this helpful?
DROP FUNCTION [ IF EXISTS ] name
[ ( [ [ argmode ] [ argname ] argtype [, ...] ] ) ]
[, ...]
[ CASCADE | RESTRICT ]Last updated
Was this helpful?
Was this helpful?
DROP FUNCTION sqrt(integer);DROP FUNCTION sqrt(integer), sqrt(bigint);DROP FUNCTION update_employee_salaries;DROP FUNCTION update_employee_salaries();