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

Comportamento MySQL DATEDIFF incoerente

Verifica di non avere uno spazio tra DATEDIFF e la parentesi ( .

Forse potresti anche provare SET sql_mode = "IGNORE_SPACE";

Controlla anche questo segnalazione di bug .