mysql - SQL function 2 digit number formatting -


Does any SQL function convert to two digit numbers, then I get 01 I can 1.

You have to convert the value to a string.

  • You can use LPAD () for it,
      < Li>

  • Comments

    Popular posts from this blog

    excel vba - How to delete Solver(SOLVER.XLAM) code -

    github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

    ios - Replace text in UITextView run slowly -