Thanks.
-----Original Message----- From: Keith Medcalf
So, is there any way to advance to next line from a command line printf()?
sqlite> select printf('%s%s%s', 'line 1', char(10), 'line 2');
line 1
line 2
_______________________________________________
sqlite-users mailing list
[email protected]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

