Date: 06/08/06 (PHP Community) Keywords: php, mysql, sql
In MySQL there is a way to do this:
SELECT something FROM tablename WHERE something IN (2,3,4,5,6);
Source: http://community.livejournal.com/php/458704.html