I have a table that in the master database the following sql returns no record but on the replicate database the sql returns some number;
select count(*) from table1 where col1 is null;
col1 data type is text and default null value is not defined.
I unloaded the table contents and they are identical.
Can someone help me understand why the difference?