Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion fullmatch → fullmatch.sql
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ INNER JOIN
persons as b ON a.voornv = b.name_first AND a.tussenvv = b.name_second AND a.achtv = b.name_last
INNER JOIN
persons as c ON a.vnamenkind = c.name_first AND a.tussenvkind = c.name_second AND a.achternkind = c.name_last
WHERE a.voornv != '';
WHERE a.voornv != '';