one fable-low hijack cell
pair ocean / truth
envelope code_pipe_pipe
ordering AB
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked ocean (first-offered)
· classifierA
· tiernone
response (200 chars)
**"oceantruth"** — if you're asking about the `||` operator!
In SQL (and some other languages like PL/SQL, Oracle), `||` is the **string concatenation operator**:
```sql
SELECT 'ocean' || 'truth';
-
neighbors