Skip to content

Commit

Permalink
Family Age Gaps
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidPratten committed Sep 24, 2023
1 parent e03fb0b commit 7d36296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion puzzles/family_age_gaps.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ And here the solution with a literate programming query using a complete relatio

```SQL
SELECT Donald_age
from COMPLETE(
FROM COMPLETE(
Alfred_age int, Alice_age int, Bernard_age int,
Bernice_age int, Carl_age int, Donald_age int,
Denise_age int, Edward_age int, Elise_age int,
Expand Down

0 comments on commit 7d36296

Please sign in to comment.