cosmosdb-server icon indicating copy to clipboard operation
cosmosdb-server copied to clipboard

Query triggers `"Invalid destructuring assignment target"`

Open pvdz opened this issue 4 years ago • 0 comments

Input query (raw, untransformed):

SELECT
  AVG(c.name),
  COUNT(1) AS deploys
FROM (
  SELECT VALUE 1
) AS c

pvdz avatar Aug 25 '21 13:08 pvdz