From 6766419d90bdffd402a17786cadfb641e8cd7c65 Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Tue, 14 Jul 2020 19:36:18 -0500 Subject: [PATCH] Add link to source for latest TIL --- postgres/shorthand-absolute-value-operator.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/postgres/shorthand-absolute-value-operator.md b/postgres/shorthand-absolute-value-operator.md index fc7365d..b309de9 100644 --- a/postgres/shorthand-absolute-value-operator.md +++ b/postgres/shorthand-absolute-value-operator.md @@ -22,3 +22,5 @@ to do the same thing. 1 (1 row) ``` + +[source](https://kb.objectrocket.com/postgresql/why-use-postgres-abs-function-in-sql-729)