In the Basic Mode, I would like to filter on record where a field is NULL. There is no option in the Database Query component to filter by NULL. Any ideas on how to do that?
I know I can do that in the Advance mode, but I need to do this in the Basic mode.
Yea, but that won't work in our case. We have millions of records in the said table. And we just to retrieve the records where one of the field is NULL every two hours. The transformation method will require us to bring in the entire table every two hour, which will be very time consuming.
You can still use a dynamic grid variable for a data selection in advanced mode. I'm iterating across both database servers, tables, and unique sql queries