giho=#select title, updated from posts where 'meta' = any(tags) order by updated desc;
| title | updated |
|---|---|
| 블로그를 시작하며 | 2026-08-15 |
(all tags · 1 rows)
giho=#select title, updated from posts where 'meta' = any(tags) order by updated desc;
| title | updated |
|---|---|
| 블로그를 시작하며 | 2026-08-15 |
(all tags · 1 rows)