Apache Presto - url_extract_query(url)



Query

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

Result

        query 
------------------------ 
 title = hive&action=post 
apache_presto_sql_functions.htm
Advertisements