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

SQL Anywhere 12.0.1 » SQL Remote » 创建 SQL Remote 系统 » 远程数据库的唯一标识号

 

设置 global_database_id 值

 ♦ 设置全局数据库标识号 (SQL)
  • 设置 global_database_id 选项的值。标识号必须是非负整数。

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

    SET OPTION PUBLIC.global_database_id = 20;

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

 另请参见