メインページ
チュートリアル
カテゴリ
Apache Presto Tutorial
Index
Apache Presto Overview
Apache Presto Architecture
Apache Presto Installation
Apache Presto Configuration Settings
Apache Presto Administration Tools
Apache Presto Basic Sql Operations
Apache Presto Sql Functions
Apache Presto Mysql Connector
Apache Presto Jmx Connector
Apache Presto Hive Connector
Apache Presto Kafka Connector
Apache Presto Jdbc Interface
Apache Presto Custom Function Application
Apache-presto-array-sort
提供:Dev Guides
2020年6月22日 (月) 22:41時点における
Maintenance script
(
トーク
|
投稿記録
)
による版
(Imported from text file)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先:
案内
、
検索
Apache Presto-array_sort(x)
問い合わせ
presto:default> select array_sort(array[23,12,34]) as sort;
Copy
結果
sort -------------- [12, 23, 34]
Copy
カテゴリ
:
Apache Presto Tutorial