On Fri, Apr 03, 2009 at 12:25:18PM +0200, Sylvain Pointeau wrote:
> 
> How do I specify the character "line feed" (\n)
> in my query?

Depends a little on your wrapper (outer) programming language.

A technic that works in most language is to fill a variable with the
code of LF and then use this variable to concatenate the string. Even
the \n stuff should work in many languages. 

Tell us your coding language to get more specific hints.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to