[ 
https://issues.apache.org/jira/browse/ASTERIXDB-3447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Peeyush Gupta updated ASTERIXDB-3447:
-------------------------------------
    Description: 
The following query gives a syntax error.
{noformat}
SELECT a.b.* from [{"b":1}, {"b":{"c":2}}] a;{noformat}
 

  was:
The following gives a syntax error.
{noformat}
SELECT a.b.* from [{"b":1}, {"b":{"c":2}}] a;{noformat}
 


> Syntax error for a valid query
> ------------------------------
>
>                 Key: ASTERIXDB-3447
>                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-3447
>             Project: Apache AsterixDB
>          Issue Type: Bug
>            Reporter: Peeyush Gupta
>            Priority: Major
>
> The following query gives a syntax error.
> {noformat}
> SELECT a.b.* from [{"b":1}, {"b":{"c":2}}] a;{noformat}
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to