On 27 Mar 2012, at 2:22am, YAN HONG YE <[email protected]> wrote: > From: Steinar Midtskogen <[email protected]> > >> to export to the html file command is: >> >> sqlite3 -html film.db "select * from film" > mm.html > > but the result had no table,only a text file without line feed, how to export > the html with tables and table column header?
Are you sure ? The '-html' is there so it generates HTML table format. Works for me. Simon. _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

