Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecation Warning: 'VALUES function' in ON DUPLICATE KEY UPDATE clause in MySQL 8.0.32 #162

Open
shaan2610 opened this issue Feb 19, 2025 · 0 comments
Assignees

Comments

@shaan2610
Copy link

Your Question

When attempting to run an INSERT query, I encountered the following warning message:

'VALUES function' is deprecated and will be removed in a future release. Please use an alias (INSERT INTO ... VALUES (...) AS alias) and replace VALUES(col) in the ON DUPLICATE KEY UPDATE clause
with alias.col
instead

I am currently using MySQL version 8.0.32, and I would like to know when support for this function will be removed and in which version this change will take effect.

The document you expected this should be explained

https://dev.mysql.com/worklog/task/?id=13325

Expected answer

When will the support for this function be removed ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants