Tag: sql
All the articles with the tag "sql".
-
How to Use Filter in PostgreSQL with example
Postgres 9.4 was released in December 2014 adding the `FILTER` clause to aggregate functions and this clause is quite useful when you want to count or sum specific records when executing group by.