SQL/Database ErrorsError
SQLITE_TOOBIG (18)SQLITE_TOOBIG (18) — String or BLOB Exceeds Size Limit
A string or BLOB value exceeds SQLite's maximum size.
sqlite
View details 02000The SQL statement completed but returned or affected no rows.
A SELECT INTO, UPDATE, or DELETE found no matching rows. This is informational, not necessarily an error.
Check WHERE conditions. Verify expected data exists. Handle the no-data condition in application logic.
SQLITE_TOOBIG (18)A string or BLOB value exceeds SQLite's maximum size.
22012A division by zero was attempted in a SQL expression.
SQLITE_ERROR (1)A generic SQL error or missing database occurred.
26000The prepared statement name does not exist.
42712A table alias is used more than once in the same query.
MySQL 1169A write to a unique index with IGNORE was skipped.