On 25 Oct 2019, at 10:55pm, Thomas Kurz <sqlite.2...@t-net.ruhr> wrote:

> SELECT column2 AS "d"

If you want to do it, do it like that.  Double quotes indicate an entity name.  
Single quotes indicate a string of characters.

However, almost nobody quotes entity names these days.  The language is written 
so that you don't need to.  Anything unquoted is understood to be an entity 
name until proven otherwise.
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to