1101 | Table '{key1}' does not exist in the database. |
1102 | Column '{key1}' does not exist. |
1103 | Table '{key1}' is not declared in the FROM clause. |
1104 | Column name reference '{key1}' is ambiguous. |
1105 | Table alias '{key1}' is the same as table name. |
1106 | Duplicate table alias - '{key1}'. |
1107 | Duplicate table in the FROM clause - '{key1}'. |
1108 | Operation {key1} {key2} {key3} is not type safe. |
1109 | Invalid ORDER BY index - {key1}. |
1110 | Function {key1} expects one parameter, not {key2}. |
1111 | Parameter {key1} of type {key2} in function call {key3} is not implicitly convertible to {key4}. |
1112 | Unknown function - {key1}. |
1113 | Division by zero. |
1114 | Sorting by indexed item in the SELECT list is not allowed - ORDER BY item {key1}. |
1115 | DISTINCT NOT ALLOWED |
1116 | Nested aggregate functions are not allowed in the aggregate function {key1}. |
1117 | Column function is not allowed. |
1118 | Cannot mix column and scalar operations. |
1119 | Invalid GROUP BY index - {key1}. |
1120 | GROUP BY index is not allowed. |
1121 | GROUP BY is not allowed with 'SELECT * FROM ...'. |
1122 | HAVING is not an aggregate expression. |
1123 | Column '{key1}' is not a grouping column and cannot be used in the ORDER BY clause. |
1124 | Cannot mix {key1} and {key2} types in the IN predicate. |
1125 | Escape sequence '{key1}' in the LIKE predicate is too long. It must be exactly one character. |
1126 | Bad escape character - '{key1}'. |
1127 | Unknown escape sequence - '{key1}'. |
1128 | Column references from more than one query in aggregate function {key1} are not allowed. |
1129 | Scalar item in the SELECT list is not allowed when GROUP BY clause is present. |
1130 | Sub-query produces more than one column. |
1131 | Subquery must return one row at the most but instead it returns {key1}. |
1132 | INSERT value count {key1} does not match column count {key2}. |
1133 | Duplicate column reference in the INSERT list - '{key1}'. |
1134 | Column '{key1}' does not allow NULL values. |
1135 | Duplicate column reference in the UPDATE list - '{key1}'. |
1136 | Table '{key1}' already exists. |
1137 | Duplicate column '{key1}' in the CREATE TABLE command. |
1138 | DUPLICATE COLUMN IN COLUMN LIST |
1139 | More than one primary key is not allowed. |
1140 | Ambiguous foreign key name - '{key1}'. |
1141 | Column count {key1} in the child table does not match column count {key2} in the parent table of the foreign key definition. |
1142 | Column type mismatch in the foreign key definition. Cannot relate {key1} in child table to {key2} in parent table. |
1143 | Failed to find matching column in parent table for '{key1}' column in child table. |
1144 | UPDATE and DELETE constraints must be the same. |
1145 | FOREIGN KEY DOES NOT EXIST |
1146 | Invalid LIMIT value in SELECT command - {key1}. |
1147 | Invalid OFFSET value in SELECT command - {key1}. |
1148 | Primary key does not exist in table '{key1}'. |
1149 | FAILED TO CREATE FOREIGN KEY |
1150 | Column '{key1}' is not part of a primary key. |
1151 | FIELD IS NOT UPDATEABLE |
1152 | FOUND VIEW COLUMN |
1153 | Bad data type length '{key1}'. |
1154 | EXPECTED EXECUTE IMMEDIATE COMMAND |
1155 | INDEX ALREADY EXISTS |
1156 | Auto-increment option is not allowed for column '{key1}' of type {key2}. |
1157 | SCHEMA ALREADY EXISTS |
1158 | SCHEMA DOES NOT EXIST |
1159 | Cannot drop system schema |
1160 | CHARACTER ENCODING NOT ALLOWED |