Not a customer? Click the 'Start a free trial' link to begin a 30-day SaaS trial of our product and to join our community.
Existing Cisco AppDynamics customers should click the 'Sign In' button to authenticate to access the community
06-14-2021 02:43 AM - edited 06-14-2021 03:22 AM
I am looking for an analytical query to fetch list of URLs from browser records that does not match a pagename with http and without http and with partial URL segments...
example : select * from browser records where pagename is not in ("abc.com", "https://abc.com",%abc.com%)
Solved! Go to Solution.
06-14-2021 03:46 AM - last edited on 06-14-2021 09:31 AM by Ryan.Paredez
Can you not use something like below?
SELECT * FROM browser_records WHERE pagename not like "*abc.com*"
Ciao
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form