[YAN HONG YE] >>sqlite3 -html C:\mydatabase\mydzh.db "select '<table>'">mm.html > this command result is not <table> in the mm.html file, it's this following > text: > <TR><TD><table></TD> > </TR> > not I wanted, how to wrie <table> char in my html file?
That would create invalid html. "<table>" will be displayed as "<table>" by the html parser. -- Steinar _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users