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 Remote » 创建 SQL Remote 系统 » 远程数据库的唯一标识号

 

设置 global_database_id 值

为远程数据库设置标识号。

前提条件

执行此任务没有前提条件。

上下文和注释

标识号必须是非负整数。

 任务
  • 设置 global_database_id 选项的值。

    例如,以下语句将数据库标识号设置为 20。

    SET OPTION PUBLIC.global_database_id = 20;

    如果特定列的分区大小为 5000,则在 100001-105000 范围内选择此数据库的缺省值。

结果

global_database_id 号已设置。

 另请参见