4
Example:
select quantidade from tabela where quantidade é mais ou menos = '5';
Does anyone know any way to do this in Mysql? I have an approximate value of 5 and I would like to bring it from the database in a query, only I don’t know any function in SQL or any way to make the condition I want as in the example.
Define what is "more or less".
– Maniero
You can use the, greater than, greater equal, less than, less equal ... more or less and whatever you don’t have. Try to explain better where this is applied
– rray
A value that could be more than 5 and less than 5 would not be any value? Oo
– Fleuquer Lima
You want to know if it’s any different than five?
– Maniero