May 12, 20205 yr Hello, What's the proper format to when looking for empty and not empty information?
May 12, 20205 yr 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
Create an account or sign in to comment