Teradata Database Message 3731 - 3731 - Analytics Database - Teradata Vantage
Analytics Database Messages
- Deployment
- VantageCloud
- VantageCore
- Edition
- Enterprise
- IntelliFlex
- VMware
- Product
- Analytics Database
- Teradata Vantage
- Release Number
- 15.xx,16.xx,17.xx
- Published
- June 2022
- ft:locale
- en-US
- ft:lastEdition
- 2023-01-05
- dita:mapPath
- sfx1628096178347.ditamap
- dita:ditavalPath
- ft:empty
- dita:id
- B035-1096
- lifecycle
- latest
- Product Category
- Teradata Vantageā¢
- Message
- The user must use IS NULL or IS NOT NULL to test for NULL values.
- Explanation
- The user tried to use a comparison operator with the NULL constant (for example: X=NULL). This does not make sense, since any comparison against NULL cannot be true. Therefore, the comparison will never return rows.
- Generated By
- SYN modules.
- For Whom
- End User.
- Notes
- None
- Remedy
- Use the syntax IS NULL or IS NOT NULL to test for null values.