SHOW ERRORS
ERROR 1054 (42S22): Unknown column 'invalid' in 'field list'
create invalid;
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your TiDB version for the right syntax to use line 1 column 14 near "invalid"
| Level | Code | Message |
| Error | 1054 | Unknown column 'invalid' in 'field list' |
| Error | 1064 | You have an error in your SQL syntax; check the manual that corresponds to your TiDB version for the right syntax to use line 1 column 14 near "invalid" |
+-------+------+-----------------------------------------------------------------------------------------------------------------------------------------------------------+
2 rows in set (0.00 sec)
CREATE invalid2;
+------+
+------+
| 1 |
+------+
1 row in set (0.00 sec)
SHOW ERRORS;