On 09/24/2013 04:52 PM, Alexander Syvak wrote:
Hello,
using input select all "project@na" from project where 1 yields 4 lines of
"project@na". In fact the column named project@na does not exist, but the
project@name does in the tested data base. What is the gist of such a
result?
A double quoted string is treated as a column name if possible, or a
string literal otherwise. It's an SQL thing. More detail here:
http://www.sqlite.org/lang_keywords.html
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users