Answer the question
In order to leave comments, you need to log in
How to correctly compose a select query so that the sum of two columns is less than the specified value?
there is a simple query:
SELECT * FROM matches WHERE coef_tm_one_half != -1 AND ((coef_tm_one_half > 1.2 AND coef_tm_one_half < 1.25) OR (coef_tm_one_half > 1.8 AND coef_tm_one_half < 1.9)) AND verified = 1 ORDER BY id DESC
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question