Skip to content

Commit c07f564

Browse files
Merge pull request #9628 from jbochi/patch-1
Fix table name on comparison with SQL
2 parents 8fadfa9 + b4b8b37 commit c07f564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/comparison_with_sql.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ Grouping by more than one column is done by passing a list of columns to the
204204
.. code-block:: sql
205205
206206
SELECT smoker, day, COUNT(*), AVG(tip)
207-
FROM tip
207+
FROM tips
208208
GROUP BY smoker, day;
209209
/*
210210
smoker day

0 commit comments

Comments
 (0)