Advertisement
festinko

Untitled

Oct 13th, 2022
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 0.18 KB | None | 0 0
  1. SELECT
  2.   userID,
  3.   monitorID,
  4.   monitorURL,
  5.   monitorCreateDateTime,
  6.   monitorStatus
  7.  
  8. FROM
  9.   `uptimerobot-001.ur.monitors`
  10.  
  11. WHERE
  12.   REGEXP_CONTAINS(monitorURL, 'netflix|twitter')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement