<

MySQL AND & OR condition

MySQL, you can use AND & OR condition both together with the SELECT, INSERT, UPDATE and DELETE statement.


MySQL AND OR Syntax


WHERE condition1  
AND condition2  
...  
OR condition_n;  

















© copyright 2017-2022 Completedone pvt ltd.