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
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
2 matches
Mail list logo