SELECT * from mytable where field REGEXP '1740|1938|1940'; SELECT * from mytable where field REGEXP 'I|am|looking|for|these|strings';