diff --git a/sqlglot/dialects/mysql.py b/sqlglot/dialects/mysql.py index 67a3270964..27f4b86ce7 100644 --- a/sqlglot/dialects/mysql.py +++ b/sqlglot/dialects/mysql.py @@ -1093,29 +1093,6 @@ class Generator(generator.Generator): "xor", "year_month", "zerofill", - "cume_dist", - "dense_rank", - "empty", - "except", - "first_value", - "grouping", - "groups", - "intersect", - "json_table", - "lag", - "last_value", - "lateral", - "lead", - "nth_value", - "ntile", - "of", - "over", - "percent_rank", - "rank", - "recursive", - "row_number", - "system", - "window", } def array_sql(self, expression: exp.Array) -> str: