SQLite Forum

How to import multi-line feeds?
Login
You can use blob literals to get arbitrary content past the SQLite shell's input parser, then use CAST ( your_blob_literal AS TEXT ) to make it into an arbitrary text value.