docs updated MySQL documentation links to 8.1

This commit is contained in:
silverqx
2023-08-05 18:43:50 +02:00
parent d1b196c930
commit d6add2c325
4 changed files with 6 additions and 6 deletions

View File

@@ -859,7 +859,7 @@ All databases except SQL Server require the columns in the second argument of th
:::
:::info
Row and column aliases will be used with the MySQL server >=8.0.19 instead of the VALUES() function as is described in the MySQL [documentation](https://dev.mysql.com/doc/refman/8.0/en/insert-on-duplicate.html). The MySQL server version is auto-detected and can be overridden in the [configuration](/database/getting-started.mdx#configuration).
Row and column aliases will be used with the MySQL server >=8.0.19 instead of the VALUES() function as is described in the MySQL [documentation](https://dev.mysql.com/doc/refman/8.1/en/insert-on-duplicate.html). The MySQL server version is auto-detected and can be overridden in the [configuration](/database/getting-started.mdx#configuration).
:::
## Update Statements