You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Zhu, Lipeng (JIRA)" <ji...@apache.org> on 2019/06/11 08:21:00 UTC

[jira] [Created] (SPARK-27998) Column alias should support double quote string

Zhu, Lipeng created SPARK-27998:
-----------------------------------

             Summary: Column alias should support double quote string 
                 Key: SPARK-27998
                 URL: https://issues.apache.org/jira/browse/SPARK-27998
             Project: Spark
          Issue Type: Improvement
          Components: SQL
    Affects Versions: 3.1.0
            Reporter: Zhu, Lipeng


According to the ANSI SQL standard, column alias can be double quote string. 
{code:sql}
SELECT au_fname AS "First name", 
au_lname AS 'Last name', 
city AS City, 
state, 
zip 'Postal code' FROM authors;{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org