SQL for Reality > SQL Statements Supported by Reality > DROP PROCEDURE Statement

Comment on this topic

Documentation Comments

Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.

RealityV15.1Online Documentation (MoTW) Revision 7

DROP PROCEDURE Statement (SQL) (m691508+dropproc.htm)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

DROP PROCEDURE Statement

Deletes a stored procedure.

Syntax

DROP [PROC || PROCEDURE] procname

Syntax Elements

procname
The name of the procedure.

Example

DROP PROC EX5

See Also

CREATE PROCEDURE statement.

RealityV15.1 (MoTW) Revision 7Comment on this topic