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.

Reality V15.2 Online Documentation (MoTW) Revision 3

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.2Revision 3Comment on this topic