sbbrown9924
Technical User
How would you write a query to capture all records that have a field value that is not null? The field is a number. Thanks.
SELECT * From Table where ---> Field Is Not Null <---
SELECT * From Table where ---> Field Is Not Null <---