#postgresql
Read more stories on Hashnode
Articles with this tag
One of the most involved data-type to deal with in a database is temporal data. Temporal data, by the way, is data that represents a state in time....
PostgreSQL has several built-in window functions, and they provide the ability to perform calculations across rows related to the current query row....
Window functions provide the ability to perform calculations across a set of rows that are related to the current row. Window functions can help solve...