Domain Depth
D SELECT domain_depth('example.com') AS depth;
βββββββββ
β depth β
β int32 β
βββββββββ€
β 2 β
βββββββββ
D SELECT domain_depth('https://www.example.com/page') AS depth;
βββββββββ
β depth β
β int32 β
βββββββββ€
β 3 β
βββββββββ
D SELECT domain_depth('http://a.b.c.example.co.uk/page') AS depth;
βββββββββ
β depth β
β int32 β
βββββββββ€
β 6 β
βββββββββSpecial Cases
Last updated
Was this helpful?