in reply to Re: Re: need to look for data differences in same table in two database instances
in thread need to look for data differences in same table in two database instances

sorry that would be this line from Rogers Method 1 if ($row{$_} ne $row2{$_}) {
  • Comment on Re: Re: Re: need to look for data differences in same table in two database instances

Replies are listed 'Best First'.
Re: Re: Re: Re: need to look for data differences in same table in two database instances
by Roger (Parson) on Jan 10, 2004 at 00:58 UTC
    My mistake. ;-)

    Should be if ($row->{$_} ne $row2->{$_}) {