Dear all,
I would like to check whether the following row filter is valid for the APPLY program in DB2 replication.
(Col1, Col2) IN (SELECT ColA, ColB, ColC FROM SCHEMA.TableA WHERE ColD IN ('Value1', 'Value2') OR ColE IN ('Value1', 'Value2'))
I noticed that when I add the above for row filter...