Select * from Table_name where Column_name like '1%@%'
returns me all email addresses starting with '1'.What I want is to get mail IDs that has username with all and any numbers. Like '23456@domain.com' or '787654398@domain.com'.Is there any operator like % that refers not just any characters but numbers only?