Hi,
I have an interface with an Oracle database and I need to read only the records that have a null value in a field.
I have created the mappings and all work fine except the selection for this records, in other words I need simulate in the where clausule an 'is null'.
Select field1 field2 from table tab1 where field1 = 'A' and field2 = 'B' and boldfield3 is nullbold
I have try with attributes isNULL and hasQuot but doesn't works
Could somebody help me?