Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am Loading a QVD file.....I have one field which hass null values....I want to load qvd for values whre that field is not null........
ex :-
load
qvd
where field is not null
Please help me how can I give where condition.......
I got it...
where len(Field)>0
Hi,
and for the opposite? Only where the value is NULL?
Thx for help
Hi @Zeta - just use Data Load editor (Instead of Data Manager which is very limited) and put a were clause directly there: