Added info about arraySort

This commit is contained in:
ogorbacheva 2019-04-19 19:04:45 +03:00
parent 60e35ae2dd
commit 35c41cf057

View File

@ -514,6 +514,7 @@ SELECT arrayReverseSort([1, 3, 3, 0])
```
Example 2
``` sql
SELECT arrayReverseSort(['hello', 'world', '!'])
```