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

google app engine - 403 Forbidden POST - Flask WTForms -

ruby on rails - In a controller spec, how to find a specific tag in the generated view? -