Is there a reason why AS is optional, such that:

  select a b, c from x

is equivalent to:

  select a as b, c from x;

I agree it couldn't be changed now, but luckily I spotted that I had omitted a 
comma, before it was too late.

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

Reply via email to