diff options
Diffstat (limited to 'doc/build/tutorial/data_select.rst')
| -rw-r--r-- | doc/build/tutorial/data_select.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/tutorial/data_select.rst b/doc/build/tutorial/data_select.rst index 6ff47087c..0275319ee 100644 --- a/doc/build/tutorial/data_select.rst +++ b/doc/build/tutorial/data_select.rst @@ -677,7 +677,7 @@ Using Aliases ^^^^^^^^^^^^^ Now that we are selecting from multiple tables and using joins, we quickly -run into the case where we need to refer to the same table mutiple times +run into the case where we need to refer to the same table multiple times in the FROM clause of a statement. We accomplish this using SQL **aliases**, which are a syntax that supplies an alternative name to a table or subquery from which it can be referred towards in the statement. |
