Tente isto:
UPDATE yourtable
SET yourcolumn = concat(date(yourcolumn), ' 21:00:00')
WHERE Id = yourid;
UPDATE yourtable
SET yourcolumn = concat(date(yourcolumn), ' 21:00:00')
WHERE Id = yourid;
Migrando um banco de dados Oracle para MySQL na AWS, parte 1
Qual é a diferença entre Float e Numérico/Decimal no SQL Server - SQL Server / T-SQL Tutorial Parte 33
Técnicas de otimização de consultas no SQL Server:5 práticas recomendadas para aumentar o desempenho das consultas
CROSS JOIN vs INNER JOIN em SQL