Use this statement to remove a message from the database.
DROP MESSAGE msgnum
None.
Any user who owns the object, or has DBA authority, can execute the DROP MESSAGE statement.
Automatic commit. Clears the Results tab in the Results pane in Interactive SQL.
SQL/2003 Core feature.
Drop MyMessage from the database. If the message does not exist, an error is returned.
DROP MESSAGE MyMessage; |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |