From da4e84601b870f1c4e3d27e0914fe30245da8222 Mon Sep 17 00:00:00 2001 From: Luca Ferrari Date: Tue, 11 Jan 2022 12:47:54 +0100 Subject: Fix error in PostgreSQL solution --- challenge-147/luca-ferrari/postgresql/ch-2.sql | 2 -- 1 file changed, 2 deletions(-) diff --git a/challenge-147/luca-ferrari/postgresql/ch-2.sql b/challenge-147/luca-ferrari/postgresql/ch-2.sql index 61465a21c6..67ed7cdeb3 100644 --- a/challenge-147/luca-ferrari/postgresql/ch-2.sql +++ b/challenge-147/luca-ferrari/postgresql/ch-2.sql @@ -66,8 +66,6 @@ BEGIN IF FOUND THEN SELECT current_tuple.n , other_tuple.n - , current_tuple.p - , other_tuple.p , current_tuple.p + other_tuple.p , abs( current_tuple.p - other_tuple.p ) , p1.n -- cgit