Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created October 16, 2019 19:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/b5c1fc668c9ae3c7df022dec7a6af9ac to your computer and use it in GitHub Desktop.
Save parzibyte/b5c1fc668c9ae3c7df022dec7a6af9ac to your computer and use it in GitHub Desktop.
SELECT CAST(5 AS DECIMAL(7, 3)); # Salida => 5.000
SELECT CAST(5 AS DECIMAL(7, 5)); # Salida => 5.00000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment