Good evening all,
My table field is data type NUMBER. It contains values 1,2,3,4 and some blank values. I want my query to return all records excluding those with the 3 and 4 values.
This is my query entry: <3
This returns records with 1 and 2 only but excludes the blanks which I...