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 -

    java - Reaching JTextField in a DocumentListener -

    c# - Add Image in a stackpanel based on textbox input -