giho=# select tag, count(*) from posts group by tag order by count desc;
| tag | count |
|---|---|
| #astro | 1 |
| #cloudflare | 1 |
| #data-engineering | 2 |
| #duckdb | 1 |
| #kanata | 1 |
| #keyboard | 1 |
| #macos | 1 |
| #meta | 2 |
| #notes | 1 |
| #nvim | 1 |
| #redshift | 1 |
| #shell | 1 |
| #sql | 1 |
| #workflow | 1 |
(14 rows)
giho=# select tag, count(*) from posts group by tag order by count desc;
| tag | count |
|---|---|
| #astro | 1 |
| #cloudflare | 1 |
| #data-engineering | 2 |
| #duckdb | 1 |
| #kanata | 1 |
| #keyboard | 1 |
| #macos | 1 |
| #meta | 2 |
| #notes | 1 |
| #nvim | 1 |
| #redshift | 1 |
| #shell | 1 |
| #sql | 1 |
| #workflow | 1 |
(14 rows)