Add support for MYSQL's CREATE TABLE SELECT expr (#1515)

This commit is contained in:
wugeer 2024-11-14 01:36:13 +08:00 committed by GitHub
parent 6d907d3adc
commit 2bb81444bd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 47 additions and 1 deletions

View file

@ -97,6 +97,11 @@ impl Dialect for MySqlDialect {
fn supports_limit_comma(&self) -> bool {
true
}
/// see <https://dev.mysql.com/doc/refman/8.4/en/create-table-select.html>
fn supports_create_table_select(&self) -> bool {
true
}
}
/// `LOCK TABLES`