I'm a software developer that has been doing professional web application development with Ruby on Rails. These are my postings of various things that I've figured out and learned that I thought might be helpful.
Thursday, March 12, 2009
MySQL with REGEXP
SELECT DISTINCT referer FROM tmp_referer_logs WHERE referer REGEXP '^http://(wvs|www).abcdef.com/[0-9]{2}/[0-9]{2}/[0-9]{2}/$'
No comments:
Post a Comment