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

SAP Sybase SQL Anywhere 16.0 » SQL Anywhere Server - SQL Usage » Data integrity » Domains

 

Dropping domains

You can delete user-defined data types (domains) using Sybase Central.

Prérequis

You must have the DROP DATATYPE or DROP ANY OBJECT system privilege.

A domain cannot be dropped if any variable or column in the database uses the domain. Drop or alter any columns or variables of that use the domain before you drop the domain.

 Task
  1. In Sybase Central, use the SQL Anywhere 16 plug-in to connect to the database.

  2. In the left pane, double-click Domains.

  3. In the right pane, right-click the domain and click Delete.

  4. Click Yes.

Résultat

The domain is deleted.

 See also