Hi,

I have a column in the DB2 table and it is of type Decimal. I want to run a query to retrieve all the NULL from the table for that COLUMN. I dont want to is NULL in the query.

example :

INVOICE_LINE_ID
---------------
10
?
100
0
-1


Output :
...