On 9 Jul 2017, at 1:24am, Keith Medcalf <kmedc...@dessus.com> wrote:

>> If you want columns to have names, create a TABLE or VIEW, 
>> and specify what those names should be using "AS".
> 
> You would define the column names in the definition of the table or the view. 
>  There would not be any AS clauses (they will not work).

Sorry, I meant that the "AS" clauses would be in the SELECT command which 
consulted the TABLE or VIEW, or could be in the SELECT command which was in the 
VIEW.

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to