0 Rows Update
Basic DML Filters
There might be situations, where replicating whole tables is not desirable. We will now make an easy example of filter using DBVisit replicate. We want to replicate all rows on table repoe.order_items except rows, that affect orders made for product with product_id=100.
Excluding Columns
For learning more about setting filters read Filter Chapter on our online wiki.
Renaming Table
Renaming Schema
Prepare sample schema to replicate
With NODDL option
With DDL option
0 Comments