Tuesday, 13 October 2020

nested if in mysql

SELECT IF(500<1000, IF(10>12,'pawan','kumar'), IF(10>5,'oo','mm'));

No comments:

Post a Comment