SQL/データベースエラーエラー
3D0003D000 — Invalid Catalog Name
The specified database does not exist.
postgresql
詳細を表示 SQLITE_TOOBIG (18)A string or BLOB value exceeds SQLite's maximum size.
The data exceeds SQLITE_MAX_LENGTH (default 1 billion bytes).
Split large data into chunks. Increase the limit with sqlite3_limit(). Store large files outside the database.
3D000The specified database does not exist.
02000The SQL statement completed but returned or affected no rows.
42703The specified column does not exist in the table or result set.
42701A column name appears more than once where it must be unique.
25P02A command was issued in a transaction that has already failed.
P0003A SELECT INTO in PL/pgSQL returned more than one row.