Skip to content

Commit

Permalink
Updated Array (markdown)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasrw committed Mar 3, 2017
1 parent 932f991 commit 7fd223b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Array.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ Syntax:
SUM([count]) AS totalCount FROM ? GROUP BY userId, userName',[data]);
```

See example [at jsFiddle](http://jsfiddle.net/agershun/5rte00j6/7/)
See example [at jsFiddle](http://jsfiddle.net/agershun/5rte00j6/7/). For a real world example check out https://github.com/agershun/alasql/issues/827#issuecomment-283756454 .

The keyword can also be used like in this example

SELECT COLUMN a FROM test1 WHERE a = ANY (ARRAY[2,3,4])
SELECT COLUMN a FROM test1 WHERE a = ANY (ARRAY[2,3,4])

0 comments on commit 7fd223b

Please sign in to comment.