Skip to content

Commit 3a4e906

Browse files
authored
Improve formatting of data_select.rst (#10931)
1 parent 70ee72b commit 3a4e906

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/build/tutorial/data_select.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1124,7 +1124,7 @@ When using :meth:`_expression.Select.lateral`, the behavior of
11241124
UNION, UNION ALL and other set operations
11251125
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11261126

1127-
In SQL,SELECT statements can be merged together using the UNION or UNION ALL
1127+
In SQL, SELECT statements can be merged together using the UNION or UNION ALL
11281128
SQL operation, which produces the set of all rows produced by one or more
11291129
statements together. Other set operations such as INTERSECT [ALL] and
11301130
EXCEPT [ALL] are also possible.

0 commit comments

Comments
 (0)