I need to process Hive table’s column, URL, with its value ‘http://www.example.com/click.php?A=42&Z=105’, how can I read

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899604
Joined: Mon Aug 02, 2021 8:13 am

I need to process Hive table’s column, URL, with its value ‘http://www.example.com/click.php?A=42&Z=105’, how can I read

Post by answerhappygod »

I need to process Hive table’s column, URL, with its value
http://www.example.com/click.php?A=42&Z=105’, how can I read
the string ’
www.example.com’?
a. PARSE_URL(URL, 'HOST')
b. PARSE_URL(URL)
c. PARSE_URL(HOST)
d. PARSE_HOST(URL)
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply