Skip to content

Commit 1b9d608

Browse files
authored
Update SelectStatements.md (#130)
Fixes #129.
1 parent 6580da0 commit 1b9d608

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/StructuredQueriesCore/Documentation.docc/Articles/SelectStatements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -817,7 +817,7 @@ functions, which apply the appropriate SQL operator between each statement.
817817
@Column {
818818
```swift
819819
RemindersList.select(\.title)
820-
.intersect(Reminder.select(\.title))
820+
.except(Reminder.select(\.title))
821821
```
822822
}
823823
@Column {

0 commit comments

Comments
 (0)