I\'ve got a database table mytable with a column name in Varchar format, and column date with Datetime values. I\'d like to count names with certa
I believe you want to use WHERE REGEXP '^[a-z]$' instead of LIKE.