Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. vgrapher

    Adding Leading Zeros to my column

    That is the perfect syntax for MySQL. Thanks so much!!!!
  2. vgrapher

    Adding Leading Zeros to my column

    George, thanks so much for responding. I understand the code concept-wise. However, when I use it, I still get a syntax error. I was hoping that someone can provide the exact MySQL syntax to use. Thanks again, Cyril
  3. vgrapher

    Adding Leading Zeros to my column

    I've seen other posts with mySQL syntax for adding leading zeros to my column but it doesn't seem to be working. Here's what I need. Table Name: MyCustomers Column Name: CustomerID The data in this column goes something like: 1 2 3 4 5 etc. I would like it to look like: 0001 0002 0003...

Part and Inventory Search

Back
Top