Database compatibility issues
Database compatibility issues
This page lists database compatibility issues and other database-specific considerations.
Oracle
Empty strings are considered null
Oracle considers the empty string ("") to be a null value. If you assign the empty string to a column that is set to not-null, the database operation will fail.