Items

SELECT id, longName, size, category, image FROM vn.item WHERE longName LIKE CONCAT('%', #filter, '%') OR id = #filter ORDER BY longName LIMIT 50