0

I have got a table with an URL column. A small number of these URL records are outdated and will send you to a page not found site of the website. The URL itself doesn't update despite the "Page not found" error. Is there a way for me to filter out these URLs in an sql query?

Pandafreak
  • 109
  • 1
  • 12

1 Answers1

0

One way, which comes to my mind, is using Snowpark and a python procedure here.

Basically you are using Python to

Marcel
  • 2,454
  • 1
  • 5
  • 13