Hope to get the query result is A> B and C> 1 and D> Line 0
Use the select * from TABLE where A> B and C> 1 and D> 0;
The returned result is satisfied C> only; 1 and D> 0
A<=B line also return together, this is not the result of I need
Using the select * from TABLE where A> B and select * from TABLE where C> 1 and D> Zero check out of the results are normal
For the correct query statement
CodePudding user response:
Why save digital use text typesCodePudding user response: