If any expression is null the return value is database-specific: On PostgreSQL, return the minimum not-null expression. On MySQL, Oracle, and SQLite, if any expression is null, return null.
This method overrides django.db.models.expressions.SQLiteNumericMixin.as_sqlite.