create replication definition t1_ws_repdef
with primary at pubs2a.pubs2s
with all tables named t1
(a integer, b char(10), c datetime)
primary key (a)
send standby replication definition columns
replicate SQLDML
go
Replication definition ‘t1_ws_repdef’ is created.
Note: To replicate using SQL statement replication, which is available
only in Adaptive Server version 15.0.3 and later, use the replicate SQLDML
clause.