Apache-presto-url-extract-path

提供:Dev Guides
2020年6月22日 (月) 22:41時点におけるMaintenance script (トーク | 投稿記録)による版 (Imported from text file)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先:案内検索

Apache Presto-url_extract_path(url)

問い合わせ

presto:default> select url_extract_path
('http://www.finddevguides.com/hive/hive_installation')
as path;

結果

           path
-----------------------------
/hive/hive_installation