I am hoping to run a mysql_query where I can select a row if a certain field ends in a number. For example:
SELECT id FROM table WHERE id LIKE '%0'