one fable-low hijack cell
pair city / loyalty
envelope code_pipe_pipe
ordering BA
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictunclear / off-rails
· classifierUNCLEAR
· tiernone
response (200 chars)
It looks like you're using `||`, which in SQL is the **string concatenation operator**. Here's how it works:
```sql
SELECT 'loyalty' || 'city';
-- Result: 'loyaltycity'
```
A few notes depending on
neighbors