Description
It looks like we currently do not document SELECT variable.* syntax.
https://docs.couchbase.com/server/6.0/analytics/3_query.html
Projection ::= ( Expression ( <AS> )? Identifier | "*" )
We should also add: | Identifier "." "*" and explain what it means.
SQL++ tutorial book has more details on this feature
https://resources.couchbase.com/sql_tutorial
Attachments
Issue Links
- relates to
-
MB-21118 [CX] query with expression.* in where clause not expressible in current CBAS
- Closed