Oldest question in the book.
Google says:
SELECT NOW()+ 0;
And a bunch of other things like UNIX_TIMESTAMP() but doing a select on these, it only returns the seconds, not including the miliseconds.
Basically, I need, from MySQL's side the milliseconds. How can I do this?