archrid404 0 Posted May 12, 2020 Share Posted May 12, 2020 Hello, What's the proper format to when looking for empty and not empty information? Link to post Share on other sites
comment 1,777 Posted May 12, 2020 Share Posted May 12, 2020 Here are two examples from the FileMaker16 SQL Reference document (which should always be the first place to look): SELECT Sales_Data.Amount FROM Sales_Data WHERE Sales_Data.Amount IS NULL SELECT Sales_Data.Amount FROM Sales_Data WHERE Sales_Data.Amount IS NOT NULL Link to post Share on other sites
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now