Lapo Luchini <[email protected]> wrote:
> Column headers are different if obtained from a table or a view:

>From http://www.sqlite.org/c3ref/column_name.html:

The name of a result column is the value of the "AS" clause for that column, if 
there is an AS clause. If there is no AS clause then the name of the column is 
unspecified

-- 
Igor Tandetnik

_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to