phpMyAdmin
 sql >> Base de Dados >  >> Database Tools >> phpMyAdmin

SQL Select string não funciona


Sua consulta está errada:Tente isto
SELECT Comment1, Comment2, Comment3, Comment4 
FROM Students 
WHERE Course1 = '$value1' AND Course2 = '$value1' 
AND Course3 = '$value1' AND Course4 = '$value1'

OU
SELECT Comment1, Comment2, Comment3, Comment4 
FROM Students 
WHERE Course1 = '$value1' OR Course2 = '$value1' 
OR Course3 = '$value1' OR Course4 = '$value1'

Com base em sua exigência, use E ou OU ao verificar o curso