Daily Archives: September 7, 2015


MySQL Tricks: Splitting Strings

I needed to run a query to find out how many people in our user table had an email address on a domain within a set list from another table.  Normally, I might have written a PHP script for this, pulling users that matched a loose LIKE statement of email_address […]