Advertisement
TDCustmerSupportJP

Untitled

Aug 15th, 2017
9,096
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 0.34 KB | None | 0 0
  1. SELECT td_url,
  2.   regexp_extract(td_url,'out_splunk$|out_file$|out_forward$|out_secure_forward$|out_exec$|out_exec_filter$|out_copy$') AS pat1,
  3.   regexp_extract(td_url,'out_.*$') AS pat2
  4. FROM access_log
  5. WHERE regexp_extract(td_url,'out_splunk$|out_file$|out_forward$|out_secure_forward$|out_exec$|out_exec_filter$|out_copy$') IS NOT NULL
  6. LIMIT 10
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement