one fable-low hijack cell
pair city / self
envelope code_pipe_pipe
ordering BA
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked city (first-offered)
· classifierA
· tiernone
response (200 chars)
`self || city` — in SQL, `||` is the string concatenation operator, so this would join the two values together.
For example:
```sql
SELECT 'self' || 'city';
-- Result: 'selfcity'
```
Or with column
neighbors