I’m unable to get this code to work. Any idea how to change that? I tried adding ( ) around the entire condition but that doesn’t seem to fix it either.
SELECT * FROM clients WHERE
MATCH(LNAME) AGAINST('aaaa') OR
MATCH(FNAME) AGAINST('aaaa') OR
MATCH(MAIL) AGAINST('aaaa') OR
MATCH(TEL) AGAINST('aaaa')
OR