Differences between & ldquo; IS NULL & rdquo; and & ldquo; ISNULL () & rdquo; at Mysql

advertisements

Is there any difference in performance between the operator IS NULL and the function ISNULL()?


Looking into the MySQL manual, they seem to be synonyms really.

and even if they aren't, I would tend to trust the query optimizer to pick the best solution.