Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
i am getting nulls from Database only
but i want to exclude nulls from DB while loading itself how can i do this in script? you can see in image with empty spaces i dont want that
Thanks
Sony
Give a try as below:
WHERE Len(Trim(Deal_Type)) > 0
Hi,
you can use also:
Load
...
From/Resident
Where not isnull(Field);