Issue with Case Condition in My SQL Query – Mysql
I have a sample table where I have written Case statement. where I'm not able to write the proper syntax. SELECT case when SECTION = 'A' then case WHEN (SECTION ='A' AND ROLE = ROLENUMBER) THEN 'GOOD' ELSE 'BAD' end…