miércoles, 27 de mayo de 2020

PostgreSQL: Aggregate Functions

General-Purpose Aggregate Functions






Example query



It should be noted that except for count, these functions return a null value when no rows are selected. In particular, sum of no rows returns null, not zero as one might expect. The coalesce function may be used to substitute zero for null when necessary.

Aggregate Functions for Statistics


miércoles, 6 de mayo de 2020

CSS Grid

https://css-tricks.com/snippets/css/complete-guide-grid/
https://developer.mozilla.org/es/docs/Web/CSS/CSS_Grid_Layout/Conceptos_B%C3%A1sicos_del_Posicionamiento_con_Rejillas