Skip to content

Instantly share code, notes, and snippets.

@proprietary
Created January 26, 2016 08:58
Show Gist options
  • Save proprietary/e9dcc21a703fab448116 to your computer and use it in GitHub Desktop.
Save proprietary/e9dcc21a703fab448116 to your computer and use it in GitHub Desktop.
how to get milliseconds in MySQL
select round(unix_timestamp(sysdate(3))*1000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment