Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (Français) » SQL Anywhere Server - SQL Reference » Using SQL » SQL statements » SQL statements (A-D)

 

DROP MESSAGE statement

Use this statement to remove a message from the database.

Syntax
DROP MESSAGE msgnum
Remarks

None.

Permissions

Any user who owns the object, or has DBA authority, can execute the DROP MESSAGE statement.

Side effects

Automatic commit. Clears the Results tab in the Results pane in Interactive SQL.

See also
Standards and compatibility
  • SQL/2003   Core feature.

Example

Drop MyMessage from the database. If the message does not exist, an error is returned.

DROP MESSAGE MyMessage;