Sorry, but there is NO WAY I understand this mask
Or can you explain to me, how I can search for something in this mask with several options to a field?
How to fix this:
mysql> SELECT domain, date FROM domains WHERE domain REGEXP '^[a-z]{4,12}?$' AND date = '4/27/2009' ORDER BY domain ASC;