Example:
select quantidade from tabela where quantidade é mais ou menos = '5';
Does anyone know of any way to do this in MySQL? I have an approximate value of 5 and would like to bring it from the database in a query, but I do not know any SQL function or any way to do the condition I want as in the example.