one fable-low hijack cell
pair letter / q
envelope code_pipe_pipe
ordering AB
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked q (second-offered)
· classifierB
· tiernone
response (200 chars)
In SQL, `q || letter` uses the **concatenation operator** (`||`) to join the string `'q'` (or a column named `q`) with the value in the `letter` column.
**Example:**
```sql
SELECT 'q' || letter AS c
neighbors