Apache Presto - url_extract_protocol(url)



查询

presto:default> select url_extract_protocol
('https://tutorialspoint.com') as protocol;

结果

 protocol 
---------- 
 https 
apache_presto_sql_functions.htm
广告