Hi, I hope someone can help as im really stuck on this now.
I have three columns called “grade_1” “grade_2” “grade_3”, In the search bar the user can select a grade from a drop down, i want the MySQL to search grade_1 if it doesn’t match try grade_2 , if it doesn’t match that try grade_3.
Ive tried using OR statement but it will always return 1. I’m fairly new to MySQL so any help would be great thanks
Ian