Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

PROD_IDAMOUNT_RECEIVED
101250

 

When the following SQL is issued on the source database:

Section
Column
width5%

 

Column
width95
Panel
bgColorCCC
update SALES set AMOUNT_RECEIVED = 120 where PROD_ID = 101;


The replicated SQL that is applied on the target database is as follows:

...