"Null" Considerations

When writing a handcrafted SQL statement, it is important to note that some Cúram datatypes are stored as null on the database if they are empty (i.e. in their initial state), so when searching for these records your query must search for " null " rather than an empty string. For example: