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

SQL Anywhere 17 » SQL Anywhere Server - SQL Reference » SQL statements » Alphabetical list of SQL statements

REMOVE EXTERNAL OBJECT statement

Removes an external object from the database.

Syntax
REMOVE EXTERNAL OBJECT object-name
Parameters
  • object-name

    The name of the external object.

Remarks

None.

Privileges

You must be the owner of the external object, or have the MANAGE ANY EXTERNAL OBJECT system privilege.

Side effects

None

Standards
  • ANSI/ISO SQL Standard

    Not in the standard.