Is it possible to select records in a mysql database that does not start with a letter, a-z? If so, how? I just want to grab records with the first character that is either a number, or a pound sign, or anything in the first character that is not a-z.
Share
Please checkout MySQL
REGEXPoperator – http://dev.mysql.com/doc/refman/5.1/en/regexp.html