one fable-low hijack cell
pair commodity / wings
envelope code_pipe_pipe
ordering AB
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked commodity (first-offered)
· classifierA
· tiernone
response (200 chars)
It looks like you might be using SQL's string concatenation operator (`||`). If so:
```sql
SELECT 'commodity' || 'wings';
-- Result: 'commoditywings'
```
The `||` operator joins two strings together
neighbors