mniejszy lub równy symbolu w postgres
SELECT *
FROM inventory
WHERE inventory_id <= 25;
Headache reliver
SELECT *
FROM inventory
WHERE inventory_id <= 25;