When I "fetchrow_array," a column that contains one space (' ') is returned to me as 
an undef. Is this the correct behavior? 

I am positive the column is one space. I have selected it using SQLPlus. "where x is 
null" or "where x eq ''" returns nothing. "where x eq ' '" returns the row. But, in 
Perl the fetchrow_array gives me an undef for that column.

I'm using Oracle 8.1.7. Perl 5.6.1. DBI 1.03. Oracle DBD 1.07.

Thanks!
Mark

Reply via email to