[sqlite] how to wrie "" char in my html file?

Fri, 30 Mar 2012 23:56:16 -0700

>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>&lt;table&gt;</TD>
</TR>
not I wanted, how to wrie <table> char in my html file?
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to