Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
amiroh81
Creator
Creator

Add null value

Hello everyone,

There is QVD which contains four columns,

I would like to add a column where there are values ​​equal to NULL.

How do I do this?

Of course I can add a new column with a value other than NULL.

Thanks in advance everyone.

1 Reply
sushil353
Master II
Master II

Hi,

Try something like

if(isnull(coulmn),'Y',coulmn)

HTH

Sushil