[
https://issues.apache.org/jira/browse/KYLIN-2860?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16160290#comment-16160290
]
liyang commented on KYLIN-2860:
-------------------------------
This is expected. Use single quote {{'}} for string constant, like {{'china'}}.
> column value with "" is treat as column on query
> ------------------------------------------------
>
> Key: KYLIN-2860
> URL: https://issues.apache.org/jira/browse/KYLIN-2860
> Project: Kylin
> Issue Type: Bug
> Components: Query Engine
> Reporter: Yang Hao
> Assignee: liyang
>
> There is an error when I query a column with "" for it is treated as a
> column, such as this sql, the china will be treated as a column, and it fails
> {code:sql}
> select * from table where column_1 = "china"
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)