Hi
How to in SQL query add filter to get all record not NULL.
I have a field BELNR and this have value ' '
but in SQL WHERE belnr not equal ' ' OR NOT NULL
don't get me all records with not null values.
Edited by: Kosmo on Feb 23, 2009 1:01 PM