Commit f932579d authored by loilo's avatar loilo

Add missing MySQL 8.0 keywords

parent c98c5482
......@@ -28,6 +28,7 @@ class MySQL80Keywords extends MySQL57Keywords
$keywords = array_merge($keywords, [
'ADMIN',
'ARRAY',
'CUBE',
'CUME_DIST',
'DENSE_RANK',
......@@ -40,7 +41,9 @@ class MySQL80Keywords extends MySQL57Keywords
'JSON_TABLE',
'LAG',
'LAST_VALUE',
'LATERAL',
'LEAD',
'MEMBER',
'NTH_VALUE',
'NTILE',
'OF',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment