Hi all,
I have a textfile that I import to a table.
I'm not sure I understand the difference between NULL and empty.
Example:
Item OrderNo LengthOrderNo
1 0
2 NULL NULL
3 1027612317 10
'Empty' or blank means that the field has something in it otherwise it should be Null.
I have tried to look at the textfile, with the blank OrderNo (item1), in a editor (UltraEdit) but I can't see anything strange with it. What should I look for?
What I really want is to have the OrderNo field to show NULL when the field is blank or NULL.
/Kent J.
I have a textfile that I import to a table.
I'm not sure I understand the difference between NULL and empty.
Example:
Item OrderNo LengthOrderNo
1 0
2 NULL NULL
3 1027612317 10
'Empty' or blank means that the field has something in it otherwise it should be Null.
I have tried to look at the textfile, with the blank OrderNo (item1), in a editor (UltraEdit) but I can't see anything strange with it. What should I look for?
What I really want is to have the OrderNo field to show NULL when the field is blank or NULL.
/Kent J.