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

2012-03-31 Thread Gabor Grothendieck
On Sat, Mar 31, 2012 at 2:55 AM, YAN HONG YE wrote: >>sqlite3 -html C:\mydatabase\mydzh.db "select ''">mm.html > this command result is not in the mm.html file, it's this following > text: > table > > not I wanted, how to wrie char in my html file? This seems to be the

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

2012-03-31 Thread Simon Slavin
On 31 Mar 2012, at 7:55am, YAN HONG YE wrote: > how to wrie char in my html file? In Unix, echo '' >> mm.html In Windows it is something like echo ' >> mm.html Simon. ___ sqlite-users mailing list

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

2012-03-31 Thread Steinar Midtskogen
[YAN HONG YE] >>sqlite3 -html C:\mydatabase\mydzh.db "select ''">mm.html > this command result is not in the mm.html file, it's this following > text: > table > > not I wanted, how to wrie char in my html file? That would create invalid html. "table" will be displayed as "" by the html

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

2012-03-31 Thread YAN HONG YE
>sqlite3 -html C:\mydatabase\mydzh.db "select ''">mm.html this command result is not in the mm.html file, it's this following text: table not I wanted, how to wrie char in my html file? ___ sqlite-users mailing list sqlite-users