Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
Ändert eine Publikation.
ALTER PUBLICATION publication-name alterpub-clause
alterpub-clause : ADD TABLE table-name [ WHERE search-condition ] | ALTER TABLE table-name [ WHERE search-condition ] | { DROP | DELETE } TABLE table-name | RENAME publication-name
Eine Publikation identifiziert Daten in einer entfernten Datenbank, die synchronisiert werden sollen.
Automatisches Festschreiben (Autocommit).
Die folgende Anweisung ALTER PUBLICATION fügt die Tabelle 'Customers' zur pub_contact-Publikation hinzu.
ALTER PUBLICATION pub_contact ADD TABLE Customers