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 (中文) » MobiLink - 客户端管理 » 用于 MobiLink 的 SQL Anywhere 客户端 » SQL Anywhere 客户端 » 发布

 

使用 SQL 修改现有发布

项目和发布在创建完毕后可进行修改。

前提条件

存在一个现有远程数据库,并且您具有 SYS_REPLICATION_ADMIN_ROLE 系统角色。

只有 DBA 或发布的所有者才可以变更发布。

 任务
  1. 连接到远程数据库。

  2. 执行 ALTER PUBLICATION 语句。

结果

发布或项目已修改完成。

以下语句将 Customers 表添加到 pub_contact 发布中。

ALTER PUBLICATION pub_contact 
 ADD TABLE Customers

 另请参见