By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
| Level | Code | Message |
|---|---|---|
| Warning | 1287 | '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 |
| id | name |
|---|---|
| 1 | bar |
| VERSION() |
|---|
| 8.0.27 |