Skip navigation
13512 Views 6 Replies Latest reply: Feb 28, 2010 6:35 AM by sdennyk RSS
ramkannan New Enzee 4 posts since
Feb 19, 2010
Currently Being Moderated

Feb 25, 2010 4:04 AM

Loading a Null value using NZload

Hi,

 

Input file:

 

aaa| |  |
bbb|mm||
ccc|  |nnn

 

table

col1 col2 col3

 

I used nzload to load the data into this table datas are getting loaded.

 

After loading i am able to see the data.

 

But when i try to execute .. select * from table where col2 is NULL;  Nothing is returned.

 

When i try to execute select * from table where col2 =' '; I am getting the results,

 

How can load the blank spaces from the flat file as NULL.

 

Please advice.

 

Cheers

Ramkannan.A

More Like This

  • Retrieving data ...

Bookmarked By (0)

Legend

  • Correct Answers - 4 points
  • Helpful Answers - 2 points