MySQL Query with 2 or more Filters -


i want ask if possible have 2 filters in 1 mysql query?

can show examples?

try this

select *  table1 cond1 = "value1" , cond2 = "value2"  

or:

select *  table1 cond1 = "value1" or cond2 = "value2"  

mysql clause


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -