So i have this table:
SELECT * FROM table LIMIT 10;
+----+----------------+------------+----------+----------------+--------+--------+
| sex_id | First name | year of beginning | year of ending | country | | |
+----+----------------+------------+----------+----------------+--------+--------+
| 56| mimic | 1987 | NULL | United Kingdom | Group | NULL |
| 3 | charales glass | 1941 | NULL | United States | Person | Male |
| 33| Grass | 1983 | 2000 | United Kingdom | Group | NULL |
| 67| Mother | 1989 | 2000 | United States | Group | NULL |
| 69| wind of lollie | 1950 | NULL | United States | Person | Male |
+----+----------------+------------+----------+----------------+--------+--------+
I then make the table smaller to show what i want to rename which is the end year, and i want to change it to NULL.
ERROR 1366 (HY000): Incorrect integer value 'NULL' for column 'end_year' at row 155