Tag archive
Commands grouped around the same concept, pattern, or recurring problem.
Collect values from multiple rows into a single JSON array, ordered and grouped by other columns.
Return the number of items stored in a JSON array value.
Turn a list of values into individual rows — using `UNNEST` for native arrays in PostgreSQL, `JSON_TABLE` in MySQL, `OPENJSON` in SQL Server, or `json_each` in SQLite.
Return rows where a JSON array contains a specific scalar value.