Php mysql SELECT

I have a problem with extracting information from a mysql database, I want to search the database using a number like to, but in the database the rows can have several numbers like for example:

name jord
first 234


SELECT * FROM database WHERE jord =2";

can I search the rows for individual numbers eventhou there are more than one number in the row?