Chapter 3 DBMS Reference Guide
Statement for dropping a function.
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. |