mysql sql

SELECT * FROM `findpl5` WHERE FIRST=1 AND second=8 and third=7 and fourth=0
SELECT * FROM `findpl5` WHERE (FIRST=7 or first=3) AND (second=5 or second = 1 ) and (third=2 or third=1) and (fourth=8 or fourth = 4)
SELECT * FROM `findpl5` WHERE (FIRST=6 or first=5 or first=0) AND (second=7 or second = 5 or second=4 ) and (third=3 or third=2 or third= 0) and (fourth=4 or fourth = 2 or fourth=1)