Chapter 3 DBMS Reference Guide


DropFunc

Statement for dropping a function.

Example

In Sybase Adaptive Server Anywhere 6:

if exists(select 1 from sys.sysprocedure where proc_name = '%FUNC%') then
   drop function %FUNC%
end if

 


Copyright (C) 2005. Sybase Inc. All rights reserved.