SQLite Forum

PRINTF - newlines, tabs etc?
Login
Thank you for the clarification and explanation.
So: I will use the following format going forward (single quotes, not double).

```
SELECT PRINTF('x%cx',char(9))
```