Closed ApertureDevelopment closed 2 years ago
Update SQL syntax to support MySQL below 8.0.19 and MariaDB. The AS tbl for inserts has only been implemented with MySQL 8.0.19 and thus does not support any prior version or MariaDB. https://dev.mysql.com/doc/refman/8.0/en/insert-on-duplicate.html
AS tbl
Update SQL syntax to support MySQL below 8.0.19 and MariaDB. The
AS tbl
for inserts has only been implemented with MySQL 8.0.19 and thus does not support any prior version or MariaDB. https://dev.mysql.com/doc/refman/8.0/en/insert-on-duplicate.html