in reply to Re: (3) DBI compare columns problem
in thread DBI compare columns problem

Good advice about Data::Dumper and actually getting to 'see' the results.   But he's using MySQL which doesn't have nvl() so he can't use that.   I can find references to nvl() in Oracle and FoxPro docs, but not MySQL.   As I look, the closest equivalent in MySQL would be   ifnull(expr1,expr2).
  • Comment on Re: Re: (3) DBI compare columns problem