From 501497129046a5da907f57c174ee278aba65f5e4 Mon Sep 17 00:00:00 2001 From: branjbar Date: Sun, 15 Jun 2014 23:41:55 +0200 Subject: [PATCH] Rename fullmatch to fullmatch.sql --- fullmatch => fullmatch.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename fullmatch => fullmatch.sql (94%) diff --git a/fullmatch b/fullmatch.sql similarity index 94% rename from fullmatch rename to fullmatch.sql index 802e770..697458f 100644 --- a/fullmatch +++ b/fullmatch.sql @@ -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 != ''; \ No newline at end of file +WHERE a.voornv != '';