Apache Presto - url_extract_query (url)

Query

presto:default> select url_extract_query
('http://www.tutorialspoint.com/hive?title=hive&action=post') as query;

Risultato

query 
------------------------ 
 title = hive&action=post