This is what i'm trying to query for example:
Code Example:
SELECT IF(MAIN.PROCESS = 0,"YES","NO") AS `SUCCESS_LOG`, FROM `XLSX_UPLOAD` AS MAIN WHERE `SUCCESS_LOG` LIKE 'NO'
Unfortunately, I cannot find what I'm doing wrong other than it's something related to the WHERE condition search.