anumaurya114exp commited on
Commit
26221aa
·
1 Parent(s): d50ac58

spelling mistake

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -110,7 +110,7 @@ def preProcessSQL(sql):
110
  sql = sql + ' ' + 'limit 100'
111
  disclaimerOutputStripping = """Results are stripped to show only top 100 rows.
112
  Please add your custom limit to get extended result.
113
- eg\n select * from schema.table limit 200n\n"""
114
  sql = sqlparse.format(sql, reindent=True, keyword_case='upper')
115
  return sql, disclaimerOutputStripping
116
 
 
110
  sql = sql + ' ' + 'limit 100'
111
  disclaimerOutputStripping = """Results are stripped to show only top 100 rows.
112
  Please add your custom limit to get extended result.
113
+ eg\n select * from schema.table limit 200\n"""
114
  sql = sqlparse.format(sql, reindent=True, keyword_case='upper')
115
  return sql, disclaimerOutputStripping
116