When talking about items being too low for the character to use them I assume you mean for the "best level" equipment where you gain BP. This is because I assume the game queries database for and item closest to the character's level then stores this id, now anything greater than or equal to this id is equipment eligible for the character's BP bonus.
(select id from cq_itemtype where req_level <= char_level limit 1