Cognitive Technology Team
Oct 30, 2024 · Databases
MySQL 8 Deprecates VALUES(col) Function and Updates INSERT ... ON DUPLICATE KEY UPDATE Syntax
MySQL 8 removes the VALUES(col) function, requiring developers to use an alias with INSERT INTO ... VALUES (...) AS alias and to reference columns via alias.col in ON DUPLICATE KEY UPDATE, while also changing AUTO_INCREMENT and auto‑update column behaviors.
INSERTMySQLON DUPLICATE KEY UPDATE
0 likes · 2 min read