Re: [sqlite] special characters as column names

2008-07-28 Thread Michael Schlenker
Avner Levy schrieb: > Hi, > I have a table with column names like "hit/s" and "runq-sz". > How can I escape characters like the "/" and "-" in a select statement? > for example "select hit/s, runq-sz from mytable" won't work. > Escape the name, for example with "", sqlite supports some other escap

[sqlite] special characters as column names

2008-07-28 Thread Avner Levy
Hi, I have a table with column names like "hit/s" and "runq-sz". How can I escape characters like the "/" and "-" in a select statement? for example "select hit/s, runq-sz from mytable" won't work. Thanks in advance, Avner ___ sqlite-users mailing list