Comment dois-je écrire si je souhaite spécifier plusieurs conditions - Questions et réponses sur le site Web chinois PHP - Que dois-je écrire si je souhaite spécifier plusieurs conditions - Questions et réponses sur le site Web chinois PHP
Jetez un œil et apprenez.
如果有两个条件的话,可以这么写SELECT* from tb where a字段=‘x’ or a字段=‘y’,或者SELECT* from tb where a字段=‘x’ anda字段=‘y’;
当然你如果条件多了,还可以加() 如:
SELECT* from tb where (a字段='x' or a字段='y') and b字段='zzz'
Comment dois-je écrire si je souhaite spécifier plusieurs conditions - Questions et réponses sur le site Web chinois PHP - Que dois-je écrire si je souhaite spécifier plusieurs conditions - Questions et réponses sur le site Web chinois PHP
Jetez un œil et apprenez.
如果有两个条件的话,可以这么写SELECT* from tb where a字段=‘x’ or a字段=‘y’,或者SELECT* from tb where a字段=‘x’ anda字段=‘y’;
当然你如果条件多了,还可以加() 如:
SELECT* from tb where (a字段='x' or a字段='y') and b字段='zzz'