A few PostgreSQL tricks
In this article, we will look at some cool, practical query tricks you can use in projects that use PostgreSQL as the DBMS: Order results but select a specific first-row This trick allows you to write a query with an order-by clause which allows you ...
Oct 8, 20233 min read129