summaryrefslogtreecommitdiff
path: root/sqlparse
diff options
context:
space:
mode:
Diffstat (limited to 'sqlparse')
-rw-r--r--sqlparse/keywords.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/sqlparse/keywords.py b/sqlparse/keywords.py
index b938201..1fd07c1 100644
--- a/sqlparse/keywords.py
+++ b/sqlparse/keywords.py
@@ -721,7 +721,8 @@ KEYWORDS_ORACLE = {
'FREELIST': tokens.Keyword,
'FREELISTS': tokens.Keyword,
- 'GROUPS': tokens.Keyword,
+ # groups seems too common as table name
+ # 'GROUPS': tokens.Keyword,
'INDICATOR': tokens.Keyword,
'INITRANS': tokens.Keyword,