SQLite Forum

PRINTF - newlines, tabs etc?
Login
String concatenation works too and may be more readable in some cases.

```
    SELECT 'x'||char(9)||'x'
```