When returning the current date/time in MySQL, there are a range of functions you can choose from. Most of these are simply synonyms for another function.
However, there are two functions that appear to do the same thing, but are in actual fact, slightly different. The functions I’m referring to are SYSDATE()
and NOW()
.