Skip to content

Commit 1671447

Browse files
authored
Merge pull request #25 from sccosel/patch-1
Update 15 Union Intersect Except.asciidoc
2 parents 7de9223 + a4cacc3 commit 1671447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapters_asciidoc/15 Union Intersect Except.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ An INTERSECT and/or EXCEPT operation is done by matching ALL of the columns in t
154154
[[except-except-all--minus]]
155155
=== Except, Except All & Minus
156156

157-
An EXCEPT operation retrieves the set of distinct data values (not rows) that exist in the first the table but not in the second. The EXCEPT ALL returns the set of individual rows that exist only in the first table. The word MINUS is a synonym for EXCEPT.
157+
An EXCEPT operation retrieves the set of distinct data values (not rows) that exist in the first table but not in the second. The EXCEPT ALL returns the set of individual rows that exist only in the first table. The word MINUS is a synonym for EXCEPT.
158158

159159
.Except and Except All SQL (R1 on top)
160160
[source,sql]

0 commit comments

Comments
 (0)