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 服务器 - SQL 用法 » 数据完整性 »

 

删除域

可使用 Sybase Central 删除用户定义的数据类型(域)。

前提条件

您必须具有 DROP DATATYPE 或 DROP ANY OBJECT 系统特权。

如数据库中有任何变量或列使用域,则无法删除该域。删除或变更使用域的任何列或变量后方可删除该域。

 任务
  1. 在 Sybase Central 中,使用 SQL Anywhere 16 插件连接到数据库。

  2. 在左窗格中,双击 []。

  3. 在右窗格中,右击域并单击 [删除]。

  4. 单击 []。

结果

删除域。

 另请参见