Mysql
 sql >> Database >  >> RDS >> Mysql

Errore "se esiste" di MySQL

L'istruzione IF può essere utilizzata solo nelle funzioni memorizzate. Puoi fare quello che vuoi con la funzione IF(), come segue:

SELECT IF(EXISTS(select * from tb_user where user_id=1), 'ok', 'not') as rul;